Defines an asynchronous operation. More...
Inherited by ICoroutine.
Properties | |
ExceptionDispatchInfo | Error [get] |
Gets the exception information if an error occurred during the operation. More... | |
bool | IsDone [get] |
Gets a value indicating whether the operation is done. More... | |
Events | |
Action< IAsyncOperation > | Completed |
Occurs when the operation is completed. More... | |
Defines an asynchronous operation.
|
get |
Gets the exception information if an error occurred during the operation.
|
get |
Gets a value indicating whether the operation is done.
Action<IAsyncOperation> Completed |
Occurs when the operation is completed.