Represents the awaiter for the completion of the asynchronous proceed operation.
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public struct MethodInterceptionProceedAwaiter : ICriticalNotifyCompletion, INotifyCompletionProperties
| Name | Description |
|---|---|
| IsCompleted | Gets a value that indicates whether a yield is not required. |
Methods
| Name | Description |
|---|---|
| GetResult() | Ends the await operation. |
| OnCompleted(Action) | |
| UnsafeOnCompleted(Action) |