Class ClusterSingletonProxy.IdentifySingletonResult
Used by the proxy to signal that no singleton has been found after a period of time
Inheritance
ClusterSingletonProxy.IdentifySingletonResult
Assembly: Akka.Cluster.Tools.dll
public sealed class IdentifySingletonResult : INoSerializationVerificationNeeded
Constructors
|
Improve this Doc
View Source
Declaration
public IdentifySingletonResult(string singletonName, string role, ClusterSingletonProxy.IdentifyResult result)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public ClusterSingletonProxy.IdentifyResult Result { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Role { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string SingletonName { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public static ClusterSingletonProxy.IdentifySingletonResult Success(string singletonName, string role)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static ClusterSingletonProxy.IdentifySingletonResult Timeout(string singletonName, string role)
Parameters
Returns
Implements
Extension Methods