Photon Fusion 2.0.3

Properties | Events | List of all members
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. More...
 
bool IsDone [get]
 Gets a value indicating whether the operation is done. More...
 

Events

Action< IAsyncOperationCompleted
 Occurs when the operation is completed. More...
 

Detailed Description

Defines an asynchronous operation.

Property Documentation

◆ Error

ExceptionDispatchInfo Error
get

Gets the exception information if an error occurred during the operation.

◆ IsDone

bool IsDone
get

Gets a value indicating whether the operation is done.

Event Documentation

◆ Completed

Action<IAsyncOperation> Completed

Occurs when the operation is completed.