AsyncReaderWriterLock.UpgradeableReadLockAsync Method
Include Protected Members
Include Inherited Members
Microsoft internal only. Gets a read lock, asynchronously awaiting for the lock if it is not immediately available.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
UpgradeableReadLockAsync(CancellationToken) | Microsoft internal only. Gets a read lock, asynchronously awaiting for the lock if it is not immediately available. | |
UpgradeableReadLockAsync(AsyncReaderWriterLock.LockFlags, CancellationToken) | Microsoft internal only. Gets a read lock, asynchronously awaiting for the lock if it is not immediately available. |
Top