Resources
arcalet introduction
Example
Download
API usage instruction › arcalet API › Callback

Callback

There are two kinds callback methods for the Callback object: OnCallCompletion() and
OnCallCompletionWithData(). The former simply provides the execution status of the method. The latter, in addition to providing the execution status, also provides an object.
The method prototypes for OnCallCompletion() and OnCallCompletionWithData() are:
C#
Was this page helpful?
Yes No