AsyncReaderWriterResourceLock<TMoniker, TResource>.UpgradeableReadLockAsync Method

Include Protected Members
Include Inherited Members

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

Top

See Also

Reference

AsyncReaderWriterResourceLock<TMoniker, TResource> Class

Microsoft.VisualStudio.Threading Namespace