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

MethodBindingInvokeAwaiter Class

Represents the awaiter for the result of the asynchronous method invocation.

Inheritance
MethodBindingInvokeAwaiter
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public sealed class MethodBindingInvokeAwaiter : 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)
UnsafeOnCompleted(Action)