Table of Contents

Method WithPollingInterval

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithPollingInterval(TimeSpan)

Sets the polling interval for checking the database for pending handler deliveries.

public InboxBuilder<TDbContext> WithPollingInterval(TimeSpan interval)

Parameters

interval TimeSpan

Returns

InboxBuilder<TDbContext>