System::Threading::Monitor::Exit method
Monitor::Exit method
Releases an exclusive lock on the specified object.
static void System::Threading::Monitor::Exit(const SharedPtr<Object> &obj)
Parameter | Type | Description |
---|---|---|
obj | const SharedPtr<Object>& | The object on which to release the lock. |
See Also
- Typedef SharedPtr
- Class Object
- Class Monitor
- Namespace System::Threading
- Library Aspose.PUB for C++