Enum DistributedLockStatus
Specifies the current status of the DistributedLock.
Namespace: Silverback.Background
Assembly: Silverback.Core.dll
Syntax
public enum DistributedLockStatus
Fields
| Name | Description |
|---|---|
| Acquired | The lock has been acquired. |
| Lost | The previously acquired lock has been lost for some reason (such as failure to send the heartbeat). |
| Released | The lock has been released. |