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
Public method UpgradeableReadLockAsync(CancellationToken) Microsoft internal only. Gets a read lock, asynchronously awaiting for the lock if it is not immediately available.
Public method UpgradeableReadLockAsync(AsyncReaderWriterLock.LockFlags, CancellationToken) Microsoft internal only. Gets a read lock, asynchronously awaiting for the lock if it is not immediately available.

Top

See Also

Reference

AsyncReaderWriterLock Class

Microsoft.VisualStudio.Threading Namespace