|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| DebugView (JoinBlock< T1, T2 > joinBlock) | |
| DebugView (JoinBlock< T1, T2, T3 > joinBlock) | |
Properties | |
| IEnumerable< Tuple< T1, T2 > > | OutputQueue [get] |
| long | JoinsCreated [get] |
| Task | TaskForInputProcessing [get] |
| Task | TaskForOutputProcessing [get] |
| GroupingDataflowBlockOptions | DataflowBlockOptions [get] |
| bool | IsDecliningPermanently [get] |
| bool | IsCompleted [get] |
| int | Id [get] |
| ITargetBlock< T1 > | Target1 [get] |
| ITargetBlock< T2 > | Target2 [get] |
| TargetRegistry< Tuple< T1, T2 > > | LinkedTargets [get] |
| ITargetBlock< Tuple< T1, T2 > > | NextMessageReservedFor [get] |
| IEnumerable< Tuple< T1, T2, T3 > > | OutputQueue [get] |
| ITargetBlock< T3 > | Target3 [get] |
| TargetRegistry< Tuple< T1, T2, T3 > > | LinkedTargets [get] |
| ITargetBlock< Tuple< T1, T2, T3 > > | NextMessageReservedFor [get] |
Private Attributes | |
| readonly JoinBlock< T1, T2 > | _joinBlock |
| readonly SourceCore< Tuple< T1, T2 > >.DebuggingInformation | _sourceDebuggingInformation |
| readonly JoinBlock< T1, T2, T3 > | _joinBlock |
| readonly SourceCore< Tuple< T1, T2, T3 > >.DebuggingInformation | _sourceDebuggingInformation |
Definition at line 187 of file JoinBlock.cs.