Table of Contents

Property LockName

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

LockName

Name of the distributed lock. Default: "InboxProcessor_{DbContextTypeName}" (auto-generated per DbContext to avoid collisions).

public string LockName { get; set; }

Property Value

string