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 InboxBuilder<TDbContext> WithCleanupInterval(TimeSpan interval)

Parameters

interval TimeSpan

Returns

InboxBuilder<TDbContext>