Table of Contents

Method WithCleanupLockName

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithCleanupLockName(string)

Sets the distributed lock name for the cleanup service. Only one instance acquires the lock per cleanup cycle; others skip the cycle.

public OutboxBuilder<TDbContext> WithCleanupLockName(string lockName)

Parameters

lockName string

Returns

OutboxBuilder<TDbContext>