ConcurrentAccessAwaiter.GetAwaiter Method |
Gets the Awaiter from the Awaitable. This method is a part of the Awaitable contract.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public ConcurrentAccessAwaiter GetAwaiter()
Return Value
Type: ConcurrentAccessAwaiterThe current object.