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

ConcurrentAccessAwaiter.GetResult Method

GetResult()

Gets the result of the async method. This method is a part of the Awaiter contract.

Declaration
public ConcurrentAccessToken GetResult()
Returns
Type Description
ConcurrentAccessToken

The result of the AcquireAccessAsync(ObjectAccessLevel) method.