AsyncReaderWriterLock.Awaiter.GetResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies the issued lock to the caller and returns the value used to release the lock.
public:
Microsoft::VisualStudio::Threading::AsyncReaderWriterLock::Releaser GetResult();
public Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.Releaser GetResult ();
member this.GetResult : unit -> Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.Releaser
Public Function GetResult () As AsyncReaderWriterLock.Releaser
Returns
The value to dispose of to release the lock.