Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.QueryTaskGroupState Class Referencesealed

Package Functions

 QueryTaskGroupState (CancellationState cancellationState, int queryId)
 
void QueryBegin (Task rootTask)
 
void QueryEnd (bool userInitiatedDispose)
 

Properties

bool IsAlreadyEnded [get]
 
CancellationState CancellationState [get]
 
int QueryId [get]
 

Private Attributes

Task _rootTask
 
int _alreadyEnded
 
readonly CancellationState _cancellationState
 
readonly int _queryId
 

Detailed Description

Definition at line 6 of file QueryTaskGroupState.cs.


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