AsyncReaderWriterLock.Awaitable Struct
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.
An awaitable that is returned from asynchronous lock requests.
public: value class AsyncReaderWriterLock::Awaitable
struct AsyncReaderWriterLock::Awaitable
public struct AsyncReaderWriterLock.Awaitable
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct AsyncReaderWriterLock.Awaitable
type AsyncReaderWriterLock.Awaitable = struct
[<System.Runtime.CompilerServices.IsReadOnly>]
type AsyncReaderWriterLock.Awaitable = struct
Public Structure AsyncReaderWriterLock.Awaitable
- Inheritance
-
AsyncReaderWriterLock.Awaitable
- Attributes
Methods
GetAwaiter() |
Gets the awaiter value. |
Applies to
Thread Safety
This type is thread-safe for all members.