Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Tasks.Task< TResult >.ContingentProperties Class Referencesealed

Package Functions

void SetCompleted ()
 
void UnregisterCancellationCallback ()
 

Package Attributes

ExecutionContext m_capturedContext
 
volatile ManualResetEventSlim m_completionEvent
 
volatile TaskExceptionHolder m_exceptionsHolder
 
CancellationToken m_cancellationToken
 
StrongBox< CancellationTokenRegistrationm_cancellationRegistration
 
volatile int m_internalCancellationRequested
 
volatile int m_completionCountdown = 1
 
volatile List< Taskm_exceptionalChildren
 
Task m_parent
 

Detailed Description

Definition at line 452 of file Task.cs.


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