Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Timer Class Referencesealed

Public Member Functions

 Timer (TimerCallback callback, object? state, int dueTime, int period)
 
 Timer (TimerCallback callback, object? state, TimeSpan dueTime, TimeSpan period)
 
 Timer (TimerCallback callback, object? state, uint dueTime, uint period)
 
 Timer (TimerCallback callback, object? state, long dueTime, long period)
 
 Timer (TimerCallback callback)
 
bool Change (int dueTime, int period)
 
bool Change (TimeSpan dueTime, TimeSpan period)
 
bool Change (uint dueTime, uint period)
 
bool Change (long dueTime, long period)
 
bool Dispose (WaitHandle notifyObject)
 
void Dispose ()
 
ValueTask DisposeAsync ()
 
object GetLifetimeService ()
 
virtual object InitializeLifetimeService ()
 

Protected Member Functions

MarshalByRefObject MemberwiseClone (bool cloneIdentity)
 

Package Functions

 Timer (TimerCallback callback, object state, int dueTime, int period, bool flowExecutionContext)
 

Package Attributes

TimerHolder _timer
 

Properties

static long ActiveCount [get]
 
string DisplayString [get]
 
static IEnumerable< TimerQueueTimerAllTimers [get]
 

Private Member Functions

void TimerSetup (TimerCallback callback, object state, uint dueTime, uint period, bool flowExecutionContext=true)
 

Detailed Description

Definition at line 10 of file Timer.cs.


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