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: IImmutableSet<ActorPath>
TBD
establishingGetContactsInterval
Type: System.TimeSpan
TBD
refreshContactsInterval
Type: System.TimeSpan
TBD
heartbeatInterval
Type: System.TimeSpan
TBD
acceptableHeartbeatPause
Type: System.TimeSpan
TBD
bufferSize
Type: System.Int32
TBD
reconnectTimeout (Optional)
Type: System.Nullable<TimeSpan>
TBD
Exceptions
ExceptionCondition
ArgumentExceptionTBD
See Also