| ClusterSingletonProxySettingsWithSingletonIdentificationInterval Method |
Creates a new
ClusterSingletonProxySettings setting with the specified
singletonIdentificationInterval.
Note |
---|
This method is immutable and returns a new instance of the setting.
|
Namespace:
Akka.Cluster.Tools.Singleton
Assembly:
Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ClusterSingletonProxySettings WithSingletonIdentificationInterval(
string singletonIdentificationInterval
)
member WithSingletonIdentificationInterval :
singletonIdentificationInterval : string -> ClusterSingletonProxySettings
Parameters
- singletonIdentificationInterval
- Type: SystemString
The identification level of the singleton proxy.
Return Value
Type:
ClusterSingletonProxySettingsA new setting with the provided
singletonIdentificationInterval.
See Also