| ClusterReceptionistSettings Constructor |
TBD
Namespace:
Akka.Cluster.Tools.Client
Assembly:
Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public ClusterReceptionistSettings(
string role,
int numberOfContacts,
TimeSpan responseTunnelReceiveTimeout,
TimeSpan heartbeatInterval,
TimeSpan acceptableHeartbeatPause,
TimeSpan failureDetectionInterval
)
new :
role : string *
numberOfContacts : int *
responseTunnelReceiveTimeout : TimeSpan *
heartbeatInterval : TimeSpan *
acceptableHeartbeatPause : TimeSpan *
failureDetectionInterval : TimeSpan -> ClusterReceptionistSettings
Parameters
- role
- Type: SystemString
TBD - numberOfContacts
- Type: SystemInt32
TBD - responseTunnelReceiveTimeout
- Type: SystemTimeSpan
TBD - heartbeatInterval
- Type: SystemTimeSpan
TBD - acceptableHeartbeatPause
- Type: SystemTimeSpan
TBD - failureDetectionInterval
- Type: SystemTimeSpan
TBD
See Also