Click or drag to resize
Akka.NETClusterClientSettings 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
)

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
ExceptionCondition
ArgumentExceptionTBD
See Also