Click or drag to resize
Akka.NETDistributedPubSubSettings Constructor
Creates a new instance of the DistributedPubSubSettings.

Namespace:  Akka.Cluster.Tools.PublishSubscribe
Assembly:  Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DistributedPubSubSettings(
	string role,
	RoutingLogic routingLogic,
	TimeSpan gossipInterval,
	TimeSpan removedTimeToLive,
	int maxDeltaElements
)

Parameters

role
Type: SystemString
TBD
routingLogic
Type: Akka.RoutingRoutingLogic
TBD
gossipInterval
Type: SystemTimeSpan
TBD
removedTimeToLive
Type: SystemTimeSpan
TBD
maxDeltaElements
Type: SystemInt32
TBD
Exceptions
ExceptionCondition
ArgumentExceptionTBD
See Also