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 inboxes or conflict with the outbox lock.

public InboxBuilder<TDbContext> WithLockName(string lockName)

Parameters

lockName string

Returns

InboxBuilder<TDbContext>