Delegate BatchAction<T>
- Namespace
- CounterpointCollective.Dataflow
- Assembly
- Dataflow.Composable.dll
public delegate Task<List<T>> BatchAction<T>(List<T> batch)
Parameters
batchList<T>
Returns
Type Parameters
T
public delegate Task<List<T>> BatchAction<T>(List<T> batch)
batch List<T>T