Show / Hide Table of Contents

    Class NullLockSettings

    Used to signal that no lock has to be acquired nor checked.

    Inheritance
    object
    DistributedLockSettings
    NullLockSettings
    Inherited Members
    DistributedLockSettings.NoLock
    DistributedLockSettings.UniqueId
    DistributedLockSettings.AcquireTimeout
    DistributedLockSettings.AcquireRetryInterval
    DistributedLockSettings.HeartbeatTimeout
    DistributedLockSettings.HeartbeatInterval
    DistributedLockSettings.FailedHeartbeatsThreshold
    DistributedLockSettings.ResourceName
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Background
    Assembly: Silverback.Core.dll
    Syntax
    public class NullLockSettings : DistributedLockSettings

    Constructors

    | Improve this doc View source

    NullLockSettings()

    Initializes a new instance of the NullLockSettings class.

    Declaration
    public NullLockSettings()
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini