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
System.Runtime.Remoting.Lifetime.Lease Class Reference
+ Inheritance diagram for System.Runtime.Remoting.Lifetime.Lease:

Classes

class  RenewalDelegate
 

Public Member Functions

 Lease ()
 
void Activate ()
 
TimeSpan Renew (TimeSpan renewalTime)
 
void Unregister (ISponsor obj)
 
virtual ObjRef CreateObjRef (Type requestedType)
 
virtual object InitializeLifetimeService ()
 

Package Functions

void UpdateState ()
 

Properties

TimeSpan CurrentLeaseTime [get]
 
LeaseState CurrentState [get]
 
TimeSpan RenewOnCallTime [get]
 
ServerIdentity ObjectIdentity [get, set]
 

Private Member Functions

void CheckNextSponsor ()
 
void ProcessSponsorResponse (object state, bool timedOut)
 

Private Attributes

DateTime _leaseExpireTime
 
LeaseState _currentState
 
TimeSpan _initialLeaseTime
 
TimeSpan _renewOnCallTime
 
TimeSpan _sponsorshipTimeout
 
ArrayList _sponsors
 
Queue _renewingSponsors
 
Lease.RenewalDelegate _renewalDelegate
 
object _identity
 

Detailed Description

Definition at line 9 of file Lease.cs.


The documentation for this class was generated from the following file: