IFutureTGetAwaiter Method |
Returns the awaiter for the async/await language feature.
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
SyntaxFunction GetAwaiter As IAwaiter(Of T)
IAwaiter<T>^ GetAwaiter()
abstract GetAwaiter : unit -> IAwaiter<'T>
Return Value
Type:
IAwaiterTThe awaiter for the async/await language feature
Remarks
The method is required by the .Net Framework.
See Also