MethodInterceptionProceedAwaiter Structure |
Represents the awaiter for the completion of the asynchronous proceed operation.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public struct MethodInterceptionProceedAwaiter : ICriticalNotifyCompletion, INotifyCompletion
The MethodInterceptionProceedAwaiter 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. |