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
- 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.
See Also
Reference
AsyncReaderWriterResourceLock<TMoniker, TResource>.ResourceAwaitable Structure