Interface IChunkProcessor<T>
- Namespace
- Tlabs.Data.Processing
- Assembly
- Tlabs.Data.dll
Interface of a processor of a chunk of items.
public interface IChunkProcessor<T>
Type Parameters
T
- Extension Methods
Methods
Process(IEnumerable<T>)
Process a chunk
of items.
bool Process(IEnumerable<T> chunk)
Parameters
chunk
IEnumerable<T>
Returns
- bool
False to abort further chunk processing.