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

Package Functions

 _ThreadPoolWaitOrTimerCallback (WaitOrTimerCallback waitOrTimerCallback, object state, bool flowExecutionContext)
 

Static Package Functions

static void PerformWaitOrTimerCallback (_ThreadPoolWaitOrTimerCallback helper, bool timedOut)
 

Static Private Member Functions

static void WaitOrTimerCallback_Context_t (object state)
 
static void WaitOrTimerCallback_Context_f (object state)
 
static void WaitOrTimerCallback_Context (object state, bool timedOut)
 

Private Attributes

readonly WaitOrTimerCallback _waitOrTimerCallback
 
readonly ExecutionContext _executionContext
 
readonly object _state
 

Static Private Attributes

static readonly ContextCallback _ccbt = WaitOrTimerCallback_Context_t
 
static readonly ContextCallback _ccbf = WaitOrTimerCallback_Context_f
 

Detailed Description

Definition at line 3 of file _ThreadPoolWaitOrTimerCallback.cs.


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