| asynchronous method |
Method that does not report back directly to the calling program (work item manager for example) after its execution. It does not return any result, any parameters or any exceptions .
At least one terminating event must be defined for a task described by an asynchronous object method.
An asynchronous method must write its results itself. Import parameters can be passed to it only.
At runtime, the relevant work item is only completed when one of the defined terminating events occurs.