terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SetPollTime()

void System.Runtime.Remoting.Lifetime.LeaseManager.SetPollTime ( TimeSpan timeSpan)
inline

Definition at line 11 of file LeaseManager.cs.

12 {
13 ArrayList objects = this._objects;
14 Timer timer = this._timer;
15 if (timer != null)
16 {
17 bool flag = timer.Change(timeSpan, timeSpan);
18 return;
19 }
20 long num = 0L;
21 Monitor.Exit(objects);
22 if (num == 0L)
23 {
24 return;
25 }
26 throw new OutOfMemoryException();
27 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47
bool Change(int dueTime, int period)
Definition Timer.cs:51

References System.Runtime.Remoting.Lifetime.LeaseManager._objects, System.Runtime.Remoting.Lifetime.LeaseManager._timer, System.Threading.Timer.Change(), System.Threading.Monitor.Exit(), j__TPar, and System.L.