Table of Contents

Delegate BatchAction<T>

Namespace
CounterpointCollective.Dataflow
Assembly
Dataflow.Composable.dll
public delegate Task<List<T>> BatchAction<T>(List<T> batch)

Parameters

batch List<T>

Returns

Task<List<T>>

Type Parameters

T