PostSharp.ILAPI ReferencePost­Sharp.​AspectsMethod­Interception­Proceed­Awaiter
Open sandboxFocus

MethodInterceptionProceedAwaiter Class

Represents the awaiter for the completion of the asynchronous proceed operation.

Inheritance
MethodInterceptionProceedAwaiter
Implements
ICriticalNotifyCompletion
System.Runtime.CompilerServices.INotifyCompletion
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public sealed class MethodInterceptionProceedAwaiter : ValueType

Properties

Name Description
IsCompleted

Gets a value that indicates whether a yield is not required.

Methods

Name Description
GetResult()

Ends the await operation.

OnCompleted(Action)

Schedules the continuation action that's invoked when the instance completes.

UnsafeOnCompleted(Action)

Schedules the continuation action that's invoked when the instance completes.