Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Monitor::TryEnter Method

 

Attempts to acquire an exclusive lock on the specified object.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticTryEnter(Object^)

Attempts to acquire an exclusive lock on the specified object.

System_CAPS_pubmethodSystem_CAPS_staticTryEnter(Object^, Boolean%)

Attempts to acquire an exclusive lock on the specified object, and atomically sets a value that indicates whether the lock was taken.

System_CAPS_pubmethodSystem_CAPS_staticTryEnter(Object^, Int32)

Attempts, for the specified number of milliseconds, to acquire an exclusive lock on the specified object.

System_CAPS_pubmethodSystem_CAPS_staticTryEnter(Object^, Int32, Boolean%)

Attempts, for the specified number of milliseconds, to acquire an exclusive lock on the specified object, and atomically sets a value that indicates whether the lock was taken.

System_CAPS_pubmethodSystem_CAPS_staticTryEnter(Object^, TimeSpan)

Attempts, for the specified amount of time, to acquire an exclusive lock on the specified object.

System_CAPS_pubmethodSystem_CAPS_staticTryEnter(Object^, TimeSpan, Boolean%)

Attempts, for the specified amount of time, to acquire an exclusive lock on the specified object, and atomically sets a value that indicates whether the lock was taken.

Return to top
Show:
© 2017 Microsoft