|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| DebugView (BatchBlock< T > batchBlock) | |
Properties | |
| IEnumerable< T > | InputQueue [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 >, DataflowMessageHeader > | PostponedMessages [get] |
| TargetRegistry< T[]> | LinkedTargets [get] |
| ITargetBlock< T[]> | NextMessageReservedFor [get] |
Private Attributes | |
| readonly BatchBlock< T > | _batchBlock |
| readonly BatchBlockTargetCore.DebuggingInformation | _targetDebuggingInformation |
| readonly SourceCore< T[]>.DebuggingInformation | _sourceDebuggingInformation |
Definition at line 13 of file BatchBlock.cs.