PostSharpAPI ReferencePost­Sharp.​AspectsMethod­Binding­Invoke­AwaitableGet­Awaiter
Open sandboxFocus

MethodBindingInvokeAwaitable.GetAwaiter Method

GetAwaiter()

Gets an awaiter used to await the asynchronous method invocation.

Declaration
public MethodBindingInvokeAwaiter GetAwaiter()
Returns
Type Description
MethodBindingInvokeAwaiter

MethodBindingInvokeAwaiter used to await the asynchronous method invocation.