AsyncReaderWriterLock.Awaiter Class
Visual Studio 2015
Microsoft internal only. Manages asynchronous access to a lock..
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | IsCompleted | Microsoft internal only. Determines whether the lock has been issued. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetResult() | Microsoft internal only. Applies the issued lock to the caller and returns the value used to release the lock. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnCompleted(Action) | Microsoft internal only. Sets the delegate to execute when the lock is available. |
![]() | ToString() | (Inherited from Object.) |
This type is thread-safe for all members.
Show:


