Show / Hide Table of Contents

    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.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini