Table of Contents

Method WithPollingInterval

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithPollingInterval(TimeSpan)

Sets the polling interval for checking the database for unsent messages.

public OutboxBuilder<TDbContext> WithPollingInterval(TimeSpan interval)

Parameters

interval TimeSpan

Returns

OutboxBuilder<TDbContext>