terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Threading.CancellationToken Struct Reference
+ Collaboration diagram for System.Threading.CancellationToken:

Public Member Functions

 CancellationToken (bool canceled)
 
CancellationTokenRegistration Register (global::System.Action callback)
 
CancellationTokenRegistration Register (global::System.Action< object > callback, object state, bool useSynchronizationContext, bool useExecutionContext)
 
bool Equals (CancellationToken other)
 
override bool Equals (object other)
 
override int GetHashCode ()
 
void ThrowIfCancellationRequested ()
 

Static Public Member Functions

static bool operator== (CancellationToken left, CancellationToken right)
 
static bool operator!= (CancellationToken left, CancellationToken right)
 
static CancellationToken ()
 

Package Functions

 CancellationToken (CancellationTokenSource source)
 
CancellationTokenRegistration InternalRegisterWithoutEC (global::System.Action< object > callback, object state)
 

Properties

static CancellationToken None [get, set]
 
bool IsCancellationRequested [get, set]
 
bool CanBeCanceled [get, set]
 

Private Member Functions

void ThrowOperationCanceledException ()
 

Private Attributes

readonly CancellationTokenSource _source
 

Static Private Attributes

static readonly global::System.Action< object > s_actionToActionObjShunt
 

Detailed Description

Definition at line 16 of file CancellationToken.cs.


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