AsyncReaderWriterResourceLock<TMoniker, TResource>::OnExclusiveLockReleasedAsync Method ()

 

Microsoft internal only. Occurs after an exclusive lock is released but before anyone has a chance to enter the lock.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

protected:
virtual Task^ OnExclusiveLockReleasedAsync() override

Return Value

Type: System.Threading.Tasks::Task^

Returns Task.

This method is called while holding a private lock in order to block future lock consumers till this method is finished.

Return to top
Show: