PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingConcurrent­Access­AwaiterGet­Awaiter
Open sandboxFocus

ConcurrentAccessAwaiter.GetAwaiter Method

GetAwaiter()

Gets the Awaiter from the Awaitable. This method is a part of the Awaitable contract.

Declaration
public ConcurrentAccessAwaiter GetAwaiter()
Returns
Type Description
ConcurrentAccessAwaiter

The current object.