Search Results for

    Show / Hide Table of Contents

    Class LeaseMajoritySettings

    Inheritance
    object
    LeaseMajoritySettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Cluster.SBR
    Assembly: Akka.Cluster.dll
    Syntax
    public sealed class LeaseMajoritySettings

    Constructors

    | Edit this page View Source

    LeaseMajoritySettings(string, TimeSpan, TimeSpan, string, string)

    Declaration
    public LeaseMajoritySettings(string leaseImplementation, TimeSpan acquireLeaseDelayForMinority, TimeSpan releaseAfter, string role, string leaseName)
    Parameters
    Type Name Description
    string leaseImplementation
    TimeSpan acquireLeaseDelayForMinority
    TimeSpan releaseAfter
    string role
    string leaseName

    Properties

    | Edit this page View Source

    AcquireLeaseDelayForMinority

    Declaration
    public TimeSpan AcquireLeaseDelayForMinority { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    LeaseImplementation

    Declaration
    public string LeaseImplementation { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LeaseName

    Declaration
    public string LeaseName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ReleaseAfter

    Declaration
    public TimeSpan ReleaseAfter { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    Role

    Declaration
    public string Role { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    SafeLeaseName(string)

    Declaration
    public string SafeLeaseName(string systemName)
    Parameters
    Type Name Description
    string systemName
    Returns
    Type Description
    string

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET