AsyncReaderWriterResourceLock<TMoniker,TResource>.OnExclusiveLockReleasedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.