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

◆ TryEnter() [3/6]

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

Definition at line 59 of file Monitor.cs.

60 {
61 if (lockTaken)
62 {
64 }
66 }
static void ReliableEnterTimeout(object obj, int timeout, ref bool lockTaken)
static void ThrowLockTakenException()
Definition Monitor.cs:25

References System.millisecondsTimeout, System.obj, System.Threading.Monitor.ReliableEnterTimeout(), and System.Threading.Monitor.ThrowLockTakenException().