|
| TransformManyBlock (Func< TInput, IEnumerable< TOutput > > transformSync, Func< TInput, Task< IEnumerable< TOutput > > > transformAsync, ExecutionDataflowBlockOptions dataflowBlockOptions) |
|
void | ProcessMessage (Func< TInput, IEnumerable< TOutput > > transformFunction, KeyValuePair< TInput, long > messageWithId) |
|
void | ProcessMessageWithTask (Func< TInput, Task< IEnumerable< TOutput > > > function, KeyValuePair< TInput, long > messageWithId) |
|
void | AsyncCompleteProcessMessageWithTask (Task< IEnumerable< TOutput > > completed, KeyValuePair< TInput, long > messageWithId) |
|
void | StoreOutputItems (KeyValuePair< TInput, long > messageWithId, IEnumerable< TOutput > outputItems) |
|
void | StoreOutputItemsReordered (long id, IEnumerable< TOutput > item) |
|
void | StoreOutputItemsNonReorderedAtomic (IEnumerable< TOutput > outputItems) |
|
void | StoreOutputItemsNonReorderedWithIteration (IEnumerable< TOutput > outputItems) |
|
void | UpdateBoundingCountWithOutputCount (int count) |
|
void IDataflowBlock. | Fault (Exception exception) |
|
DataflowMessageStatus ITargetBlock< TInput >. | OfferMessage (DataflowMessageHeader messageHeader, TInput messageValue, ISourceBlock< TInput > source, bool consumeToAccept) |
|
TOutput ISourceBlock< TOutput >. | ConsumeMessage (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target, out bool messageConsumed) |
|
bool ISourceBlock< TOutput >. | ReserveMessage (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target) |
|
void ISourceBlock< TOutput >. | ReleaseReservation (DataflowMessageHeader messageHeader, ITargetBlock< TOutput > target) |
|
Definition at line 11 of file TransformManyBlock.cs.