Share via


AsyncReaderWriterResourceLock<TMoniker, TResource>.ResourceAwaitable.GetAwaiter Method

Microsoft internal only. Gets the awaiter value.

Namespace:  Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

Syntax

'Declaration
Public Function GetAwaiter As AsyncReaderWriterResourceLock(Of T).ResourceAwaiter
public AsyncReaderWriterResourceLock<T>.ResourceAwaiter GetAwaiter()
public:
AsyncReaderWriterResourceLock<T>::ResourceAwaiter GetAwaiter()
member GetAwaiter : unit -> AsyncReaderWriterResourceLock<T>.ResourceAwaiter
public function GetAwaiter() : AsyncReaderWriterResourceLock<TMoniker, TResource>.ResourceAwaiter

Return Value

Type: Microsoft.VisualStudio.Threading.AsyncReaderWriterResourceLock<TMoniker, TResource>.ResourceAwaiter
Returns AsyncReaderWriterResourceLock<TMoniker, TResource>.ResourceAwaiter.

.NET Framework Security

See Also

Reference

AsyncReaderWriterResourceLock<TMoniker, TResource>.ResourceAwaitable Structure

Microsoft.VisualStudio.Threading Namespace