Method WithLockName
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
lockNamestring
Returns
- InboxBuilder<TDbContext>