System::Threading::Monitor::IsEntered method

Monitor::IsEntered method

Determines whether the current thread holds the lock on the specified object.

static bool System::Threading::Monitor::IsEntered(const System::SharedPtr<Object> &obj)

See Also