Photon Fusion 2.1.1

IAsyncOperation Interface Reference

Defines an asynchronous operation. More...

Inherited by ICoroutine.

Properties

ExceptionDispatchInfo Error [get]
 Gets the exception information if an error occurred during the operation.
bool IsDone [get]
 Gets a value indicating whether the operation is done.

Events

Action< IAsyncOperationCompleted
 Occurs when the operation is completed.

Detailed Description

Defines an asynchronous operation.