hi.
if i create a class in a diffrent thread..
with "CreateObject"

how can i call the method of this class ...
in a async mode...
( non-block)
this mean..calling to method and immediatly return and continute to excute code...
while in the other thread the method is executed in the same time.