| ARRIS Enterprises, Inc. Confidential Information |
Asynchronous OperationsTo start an asynchronous operation, simply call the asynchronous function (as illustrated below). The function in question will return a operation handle that can be used to cancel the operation. The first argument to an asynchronous function is a callback object that provides callback functions for handling the result of the operation. An example of an asynchronous operation in TOI3:
|