ConcurrentAccessAwaiter.GetResult Method |
Gets the result of the async method. This method is a part of the Awaiter 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 ConcurrentAccessToken GetResult()
Return Value
Type: ConcurrentAccessTokenThe result of the AcquireAccessAsync(ObjectAccessLevel) method.