Search Results for

    Show / Hide Table of Contents

    Class ClusterSingletonProxy.IdentifySingletonResult

    Used by the proxy to signal that no singleton has been found after a period of time

    Inheritance
    object
    ClusterSingletonProxy.IdentifySingletonResult
    Implements
    INoSerializationVerificationNeeded
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Cluster.Tools.Singleton
    Assembly: Akka.Cluster.Tools.dll
    Syntax
    public sealed class ClusterSingletonProxy.IdentifySingletonResult : INoSerializationVerificationNeeded

    Constructors

    | Edit this page View Source

    IdentifySingletonResult(string, string, IdentifyResult)

    Declaration
    public IdentifySingletonResult(string singletonName, string role, ClusterSingletonProxy.IdentifyResult result)
    Parameters
    Type Name Description
    string singletonName
    string role
    ClusterSingletonProxy.IdentifyResult result

    Properties

    | Edit this page View Source

    Result

    Declaration
    public ClusterSingletonProxy.IdentifyResult Result { get; }
    Property Value
    Type Description
    ClusterSingletonProxy.IdentifyResult
    | Edit this page View Source

    Role

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

    SingletonName

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

    Methods

    | Edit this page View Source

    Success(string, string)

    Declaration
    public static ClusterSingletonProxy.IdentifySingletonResult Success(string singletonName, string role)
    Parameters
    Type Name Description
    string singletonName
    string role
    Returns
    Type Description
    ClusterSingletonProxy.IdentifySingletonResult
    | Edit this page View Source

    Timeout(string, string)

    Declaration
    public static ClusterSingletonProxy.IdentifySingletonResult Timeout(string singletonName, string role)
    Parameters
    Type Name Description
    string singletonName
    string role
    Returns
    Type Description
    ClusterSingletonProxy.IdentifySingletonResult

    Implements

    INoSerializationVerificationNeeded

    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