Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
DebugView (BatchedJoinBlock< T1, T2 > batchedJoinBlock) | |
DebugView (BatchedJoinBlock< T1, T2, T3 > batchedJoinBlock) | |
Properties | |
IEnumerable< Tuple< IList< T1 >, IList< T2 > > > | OutputQueue [get] |
long | BatchesCreated [get] |
int | RemainingItemsForBatch [get] |
int | BatchSize [get] |
ITargetBlock< T1 > | Target1 [get] |
ITargetBlock< T2 > | Target2 [get] |
Task | TaskForOutputProcessing [get] |
GroupingDataflowBlockOptions | DataflowBlockOptions [get] |
bool | IsCompleted [get] |
int | Id [get] |
TargetRegistry< Tuple< IList< T1 >, IList< T2 > > > | LinkedTargets [get] |
ITargetBlock< Tuple< IList< T1 >, IList< T2 > > > | NextMessageReservedFor [get] |
IEnumerable< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > > | OutputQueue [get] |
ITargetBlock< T3 > | Target3 [get] |
TargetRegistry< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > > | LinkedTargets [get] |
ITargetBlock< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > > | NextMessageReservedFor [get] |
Private Attributes | |
readonly BatchedJoinBlock< T1, T2 > | _batchedJoinBlock |
readonly SourceCore< Tuple< IList< T1 >, IList< T2 > > >.DebuggingInformation | _sourceDebuggingInformation |
readonly BatchedJoinBlock< T1, T2, T3 > | _batchedJoinBlock |
readonly SourceCore< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > >.DebuggingInformation | _sourceDebuggingInformation |
Definition at line 201 of file BatchedJoinBlock.cs.