| ClusterClientSettings 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 ClusterClientSettings(
IImmutableSet<ActorPath> initialContacts,
TimeSpan establishingGetContactsInterval,
TimeSpan refreshContactsInterval,
TimeSpan heartbeatInterval,
TimeSpan acceptableHeartbeatPause,
int bufferSize,
Nullable<TimeSpan> reconnectTimeout = null
)
new :
initialContacts : IImmutableSet<ActorPath> *
establishingGetContactsInterval : TimeSpan *
refreshContactsInterval : TimeSpan *
heartbeatInterval : TimeSpan *
acceptableHeartbeatPause : TimeSpan *
bufferSize : int *
?reconnectTimeout : Nullable<TimeSpan>
(* Defaults:
let _reconnectTimeout = defaultArg reconnectTimeout null
*)
-> ClusterClientSettings
Parameters
- initialContacts
- Type: IImmutableSetActorPath
TBD - establishingGetContactsInterval
- Type: SystemTimeSpan
TBD - refreshContactsInterval
- Type: SystemTimeSpan
TBD - heartbeatInterval
- Type: SystemTimeSpan
TBD - acceptableHeartbeatPause
- Type: SystemTimeSpan
TBD - bufferSize
- Type: SystemInt32
TBD - reconnectTimeout (Optional)
- Type: SystemNullableTimeSpan
TBD
Exceptions See Also