|
| | BatchedJoinBlock (int batchSize) |
| |
| | BatchedJoinBlock (int batchSize, GroupingDataflowBlockOptions dataflowBlockOptions) |
| |
| IDisposable | LinkTo (ITargetBlock< Tuple< IList< T1 >, IList< T2 > > > target, DataflowLinkOptions linkOptions) |
| |
| bool | TryReceive (Predicate< Tuple< IList< T1 >, IList< T2 > > >? filter, [NotNullWhen(true)] out Tuple< IList< T1 >, IList< T2 > >? item) |
| |
| bool | TryReceiveAll ([NotNullWhen(true)] out IList< Tuple< IList< T1 >, IList< T2 > > >? items) |
| |
| void | Complete () |
| |
| override string | ToString () |
| |
| | BatchedJoinBlock (int batchSize) |
| |
| | BatchedJoinBlock (int batchSize, GroupingDataflowBlockOptions dataflowBlockOptions) |
| |
| IDisposable | LinkTo (ITargetBlock< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > > target, DataflowLinkOptions linkOptions) |
| |
| bool | TryReceive (Predicate< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > >? filter, [NotNullWhen(true)] out Tuple< IList< T1 >, IList< T2 >, IList< T3 > >? item) |
| |
| bool | TryReceiveAll ([NotNullWhen(true)] out IList< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > >? items) |
| |
| void | Complete () |
| |
| override string | ToString () |
| |
| bool | TryReceive (Predicate< TOutput >? filter,[MaybeNullWhen(false)] out TOutput item) |
| |
| bool | TryReceiveAll ([NotNullWhen(true)] out IList< TOutput >? items) |
| |
| IDisposable | LinkTo (ITargetBlock< TOutput > target, DataflowLinkOptions linkOptions) |
| |
| TOutput? | ConsumeMessage (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target, out bool messageConsumed) |
| |
| bool | ReserveMessage (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target) |
| |
| void | ReleaseReservation (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target) |
| |
| bool | TryReceive (Predicate< TOutput >? filter,[MaybeNullWhen(false)] out TOutput item) |
| |
| bool | TryReceiveAll ([NotNullWhen(true)] out IList< TOutput >? items) |
| |
| IDisposable | LinkTo (ITargetBlock< TOutput > target, DataflowLinkOptions linkOptions) |
| |
| TOutput? | ConsumeMessage (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target, out bool messageConsumed) |
| |
| bool | ReserveMessage (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target) |
| |
| void | ReleaseReservation (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target) |
| |
|
| void IDataflowBlock. | Fault (Exception exception) |
| |
| Tuple< IList< T1 >, IList< T2 > > ISourceBlock< Tuple< IList< T1 >, IList< T2 > > >. | ConsumeMessage (DataflowMessageHeader messageHeader, ITargetBlock< Tuple< IList< T1 >, IList< T2 > > > target, out bool messageConsumed) |
| |
| bool ISourceBlock< Tuple< IList< T1 >, IList< T2 > > >. | ReserveMessage (DataflowMessageHeader messageHeader, ITargetBlock< Tuple< IList< T1 >, IList< T2 > > > target) |
| |
| void ISourceBlock< Tuple< IList< T1 >, IList< T2 > > >. | ReleaseReservation (DataflowMessageHeader messageHeader, ITargetBlock< Tuple< IList< T1 >, IList< T2 > > > target) |
| |
| void | CompleteEachTarget () |
| |
| void IDataflowBlock. | Fault (Exception exception) |
| |
| Tuple< IList< T1 >, IList< T2 >, IList< T3 > > ISourceBlock< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > >. | ConsumeMessage (DataflowMessageHeader messageHeader, ITargetBlock< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > > target, out bool messageConsumed) |
| |
| bool ISourceBlock< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > >. | ReserveMessage (DataflowMessageHeader messageHeader, ITargetBlock< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > > target) |
| |
| void ISourceBlock< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > >. | ReleaseReservation (DataflowMessageHeader messageHeader, ITargetBlock< Tuple< IList< T1 >, IList< T2 >, IList< T3 > > > target) |
| |
| void | CompleteEachTarget () |
| |
Definition at line 199 of file BatchedJoinBlock.cs.