AsyncReaderWriterLock::OnBeforeExclusiveLockReleasedAsync Method ()

 

Microsoft internal only. Occurs when the last write lock is about to be released.

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

protected:
virtual Task^ OnBeforeExclusiveLockReleasedAsync()

Return Value

Type: System.Threading.Tasks::Task^

Returns a Task whose completion signals the conclusion of the asynchronous operation.

Return to top
Show: