Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TryEnter() [6/6]

static void System.Threading.Monitor.TryEnter ( object obj,
TimeSpan timeout,
ref bool lockTaken )
inlinestatic

Definition at line 132 of file Monitor.cs.

133 {
134 TryEnter(obj, WaitHandle.ToTimeoutMilliseconds(timeout), ref lockTaken);
135 }
static bool TryEnter(object obj)
Definition Monitor.cs:36

References System.obj, System.timeout, System.Threading.WaitHandle.ToTimeoutMilliseconds(), and System.Threading.Monitor.TryEnter().