Table of Contents

Method WithLockName

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithLockName(string)

Sets the distributed lock name. Change this if you have multiple outboxes or conflict with the inbox lock.

public OutboxBuilder<TDbContext> WithLockName(string lockName)

Parameters

lockName string

Returns

OutboxBuilder<TDbContext>