Table of Contents

Method WithBatchSize

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithBatchSize(int)

Sets the number of messages to process in each batch.

public OutboxBuilder<TDbContext> WithBatchSize(int batchSize)

Parameters

batchSize int

Returns

OutboxBuilder<TDbContext>