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. Gets the awaiter value.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Function GetAwaiter As AsyncReaderWriterLock.Awaiter
public AsyncReaderWriterLock.Awaiter GetAwaiter()
public:
AsyncReaderWriterLock::Awaiter^ GetAwaiter()
member GetAwaiter : unit -> AsyncReaderWriterLock.Awaiter
public function GetAwaiter() : AsyncReaderWriterLock.Awaiter
Return Value
Type: Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.Awaiter
Returns AsyncReaderWriterLock.Awaiter.
.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.