Table of Contents

Method WithBatchSize

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithBatchSize(int)

Sets the number of handler statuses to process in each batch.

public InboxBuilder<TDbContext> WithBatchSize(int batchSize)

Parameters

batchSize int

Returns

InboxBuilder<TDbContext>