Monitor.TryEnter Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
| Name | Description | |
|---|---|---|
|
TryEnter(Object) | Attempts to acquire an exclusive lock on the specified object. |
|
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. |
|
TryEnter(Object, Int32) | Attempts, for the specified number of milliseconds, to acquire an exclusive lock on the specified object. |
|
TryEnter(Object, TimeSpan) | Attempts, for the specified amount of time, to acquire an exclusive lock on the specified object. |
|
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. |
|
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. |
Show: