![]() |
#22 |
Участник
|
X++: class FCH_ThreadDemo { } static client void main(Args args) { Thread t; container con; ; t = new Thread(); t.run(classnum(FCH_ThreadDemo), staticmethodstr(FCH_ThreadDemo, run)); sleep(500); info(conPeek(t.getOutputParm(), 1)); t.removeOnComplete(true); } static client void run(Thread t) { t.setOutputParm(['Hello']); } |
|
Теги |
com connector, com-объект, thread |
|
|