Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.TimerThread.TimerNode Class Referencesealed

Public Member Functions

void Dispose ()
 

Package Functions

 TimerNode (Callback callback, object context, int durationMilliseconds, object queueLock)
 
 TimerNode ()
 
override bool Cancel ()
 
bool Fire ()
 

Properties

override bool HasExpired [get]
 
TimerNode Next [get, set]
 
TimerNode Prev [get, set]
 
int StartTime [get]
 
int Expiration [get]
 

Private Types

enum  TimerState { Ready , Fired , Cancelled , Sentinel }
 

Private Attributes

TimerState _timerState
 
Callback _callback
 
object _context
 
readonly object _queueLock
 
TimerNode _next
 
TimerNode _prev
 
readonly int _startTimeMilliseconds
 
readonly int _durationMilliseconds
 

Detailed Description

Definition at line 144 of file TimerThread.cs.


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