AsyncReaderWriterLock::OnExclusiveLockReleasedAsync Method ()

 

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

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

protected:
virtual Task^ OnExclusiveLockReleasedAsync()

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: