AsyncReaderWriterLock.Releaser Structure
Visual Studio 2015
Microsoft internal only. A value whose disposal releases a held lock.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Microsoft internal only. Releases the lock. |
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ReleaseAsync() | Microsoft internal only. Asynchronously releases the lock. Dispose should still be called after this. |
![]() | ToString() | (Inherited from ValueType.) |
This type is thread-safe for all members.
Show:
