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)
ParameterTypeDescription
objconst SharedPtr<Object>&The object on which to release the lock.

See Also