AsyncReaderWriterLock.OnExclusiveLockReleasedAsync Method

Definition

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

C++
protected:
 virtual System::Threading::Tasks::Task ^ OnExclusiveLockReleasedAsync();

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

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022