Click or drag to resize
IFutureTGetAwaiter Method
Returns the awaiter for the async/await language feature.

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
IAwaiter<T> GetAwaiter()

Return Value

Type: IAwaiterT
The awaiter for the async/await language feature
Remarks
The method is required by the .Net Framework.
See Also