Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft internal only. Applies the issued lock to the caller and returns the value used to release the lock.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Function GetResult As AsyncReaderWriterLock.Releaser
public AsyncReaderWriterLock.Releaser GetResult()
public:
AsyncReaderWriterLock::Releaser GetResult()
member GetResult : unit -> AsyncReaderWriterLock.Releaser
public function GetResult() : AsyncReaderWriterLock.Releaser
Return Value
Type: Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.Releaser
Returns AsyncReaderWriterLock.Releaser.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.