AsyncReaderWriterLock.OnBeforeExclusiveLockReleasedAsync 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.
Fired when the last write lock is about to be released.
protected:
virtual System::Threading::Tasks::Task ^ OnBeforeExclusiveLockReleasedAsync();
protected virtual System.Threading.Tasks.Task OnBeforeExclusiveLockReleasedAsync ();
abstract member OnBeforeExclusiveLockReleasedAsync : unit -> System.Threading.Tasks.Task
override this.OnBeforeExclusiveLockReleasedAsync : unit -> System.Threading.Tasks.Task
Protected Overridable Function OnBeforeExclusiveLockReleasedAsync () As Task
Returns
A task whose completion signals the conclusion of the asynchronous operation.