MethodBindingInvokeAwaiter Structure |
Represents the awaiter for the result of the asynchronous method invocation.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public struct MethodBindingInvokeAwaiter : ICriticalNotifyCompletion, INotifyCompletion
The MethodBindingInvokeAwaiter type exposes the following members.
Name | Description | |
---|---|---|
IsCompleted |
Gets a value that indicates whether a yield is not required.
|
Name | Description | |
---|---|---|
GetResult |
Ends the await operation.
| |
OnCompleted | Schedules the continuation action that's invoked when the instance completes. | |
UnsafeOnCompleted | Schedules the continuation action that's invoked when the instance completes. |