Show / Hide Table of Contents

    Class PostgreSqlAdvisoryLockSettingsBuilder

    Builds the PostgreSqlAdvisoryLockSettings.

    Inheritance
    object
    PostgreSqlAdvisoryLockSettingsBuilder
    Implements
    IDistributedLockSettingsImplementationBuilder
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Silverback.Lock
    Assembly: Silverback.Storage.PostgreSql.dll
    Syntax
    public class PostgreSqlAdvisoryLockSettingsBuilder : IDistributedLockSettingsImplementationBuilder

    Constructors

    PostgreSqlAdvisoryLockSettingsBuilder(string, string)

    Initializes a new instance of the PostgreSqlAdvisoryLockSettingsBuilder class.

    Declaration
    public PostgreSqlAdvisoryLockSettingsBuilder(string lockName, string connectionString)
    Parameters
    Type Name Description
    string lockName

    The name of the lock.

    string connectionString

    The connection string to the PostgreSql database.

    Methods

    Build()

    Builds the settings instance.

    Declaration
    public DistributedLockSettings Build()
    Returns
    Type Description
    DistributedLockSettings

    The DistributedLockSettings.

    Implements

    IDistributedLockSettingsImplementationBuilder
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini