Share via


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)

Syntax

'Declaration
Protected Overridable Function OnExclusiveLockReleasedAsync As Task
protected virtual Task OnExclusiveLockReleasedAsync()
protected:
virtual Task^ OnExclusiveLockReleasedAsync()
abstract OnExclusiveLockReleasedAsync : unit -> Task  
override OnExclusiveLockReleasedAsync : unit -> Task
protected function OnExclusiveLockReleasedAsync() : Task

Return Value

Type: System.Threading.Tasks.Task
Returns Task.

Remarks

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

.NET Framework Security

See Also

Reference

AsyncReaderWriterLock Class

Microsoft.VisualStudio.Threading Namespace