Table of Contents

Method WithCleanupInterval

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithCleanupInterval(TimeSpan)

Sets how often the cleanup service runs. Only applies when WithRetention(TimeSpan) is configured.

public OutboxBuilder<TDbContext> WithCleanupInterval(TimeSpan interval)

Parameters

interval TimeSpan

Returns

OutboxBuilder<TDbContext>