AsyncReaderWriterResourceLock<TMoniker,TResource>.OnExclusiveLockReleasedAsync Method

Definition

Invoked after an exclusive lock is released but before anyone has a chance to enter the lock.

protected:
 override System::Threading::Tasks::Task ^ OnExclusiveLockReleasedAsync();
protected override System.Threading.Tasks.Task OnExclusiveLockReleasedAsync ();
override this.OnExclusiveLockReleasedAsync : unit -> System.Threading.Tasks.Task
Protected Overrides Function OnExclusiveLockReleasedAsync () As Task

Returns

Returns Task.

Remarks

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

Applies to