Result read-only
property If the executed method returns a value it can be read from
this property after the execution completes.
Syntax:
variable = object.Result
Remarks:
If you need the result after some point in your main program you
may use Wait method to
synchronize.
Applies to: COMthread
object
|