OVRTaskBuilder Class
The AsyncMethodBuilder for OVRTask<TResult>.
Do not use this type directly. It is used by the compiler to allow OVRTask<TResult> to be used as a task-like object, that is, you can await on it from an awaitable function.
OthersTThe type of the result of an asynchronous operation.
void AwaitOnCompleted< TAwaiter, TStateMachine > ( ref TAwaiter awaiter,
ref TStateMachine stateMachine )
void AwaitUnsafeOnCompleted< TAwaiter, TStateMachine > ( ref TAwaiter awaiter,
ref TStateMachine stateMachine )
void SetException ( Exception exception )
void SetResult ( T result )
void SetStateMachine ( IAsyncStateMachine stateMachine )
void Start< TStateMachine > ( ref TStateMachine stateMachine )