Home -> ReadWriteMutex -> WriteLock.Unlock

Description

The WriteLock.Unlock method releases the write lock manually. This allows a lock to be released early, however the lock will also be released when the lock object is destroyed.

Usage

void WriteLock::Unlock();

See also