Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Tasks.Dataflow.BatchBlock< T >.DebugView Class Referencesealed

Public Member Functions

 DebugView (BatchBlock< T > batchBlock)
 

Properties

IEnumerable< TInputQueue [get]
 
IEnumerable< T[]> OutputQueue [get]
 
long BatchesCompleted [get]
 
Task TaskForInputProcessing [get]
 
Task TaskForOutputProcessing [get]
 
GroupingDataflowBlockOptions DataflowBlockOptions [get]
 
int BatchSize [get]
 
bool IsDecliningPermanently [get]
 
bool IsCompleted [get]
 
int Id [get]
 
QueuedMap< ISourceBlock< T >, DataflowMessageHeaderPostponedMessages [get]
 
TargetRegistry< T[]> LinkedTargets [get]
 
ITargetBlock< T[]> NextMessageReservedFor [get]
 

Private Attributes

readonly BatchBlock< T_batchBlock
 
readonly BatchBlockTargetCore.DebuggingInformation _targetDebuggingInformation
 
readonly SourceCore< T[]>.DebuggingInformation _sourceDebuggingInformation
 

Detailed Description

Definition at line 13 of file BatchBlock.cs.


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