Exit()

Monitor::Exit(const SharedPtr<Object>&) method

Releases an exclusive lock on the specified object.

static void System::Threading::Monitor::Exit(const SharedPtr<Object> &obj)

Arguments

ParameterTypeDescription
objconst SharedPtr<Object>&The object on which to release the lock.

See Also