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

◆ StopManager()

void System.Runtime.Remoting.Lifetime.LeaseManager.StopManager ( )
inline

Definition at line 68 of file LeaseManager.cs.

69 {
70 Timer timer = this._timer;
71 if (timer != null)
72 {
73 timer.Dispose();
74 return;
75 }
76 }

References System.Runtime.Remoting.Lifetime.LeaseManager._timer, and System.Threading.Timer.Dispose().