Monitor.TryEnter Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Attempts to acquire an exclusive lock on the specified object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 TryEnter(Object) Attempts to acquire an exclusive lock on the specified object.
Public methodStatic memberSupported by Silverlight for Windows Phone TryEnter(Object, Boolean%) Attempts to acquire an exclusive lock on the specified object, and atomically sets a value that indicates whether the lock was taken.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 TryEnter(Object, Int32) Attempts, for the specified number of milliseconds, to acquire an exclusive lock on the specified object.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 TryEnter(Object, TimeSpan) Attempts, for the specified amount of time, to acquire an exclusive lock on the specified object.
Public methodStatic memberSupported by Silverlight for Windows Phone TryEnter(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.
Public methodStatic memberSupported by Silverlight for Windows Phone TryEnter(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.

Top