Click or drag to resize
Akka.NETReplicatorSettings Constructor
Initializes a new instance of the ReplicatorSettings class

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ReplicatorSettings(
	string role,
	TimeSpan gossipInterval,
	TimeSpan notifySubscribersInterval,
	int maxDeltaElements,
	string dispatcher,
	TimeSpan pruningInterval,
	TimeSpan maxPruningDissemination,
	IImmutableSet<string> durableKeys,
	Props durableStoreProps,
	TimeSpan pruningMarkerTimeToLive,
	TimeSpan durablePruningMarkerTimeToLive
)

Parameters

role
Type: SystemString

[Missing <param name="role"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.#ctor(System.String,System.TimeSpan,System.TimeSpan,System.Int32,System.String,System.TimeSpan,System.TimeSpan,System.Collections.Immutable.IImmutableSet{System.String},Akka.Actor.Props,System.TimeSpan,System.TimeSpan)"]

gossipInterval
Type: SystemTimeSpan

[Missing <param name="gossipInterval"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.#ctor(System.String,System.TimeSpan,System.TimeSpan,System.Int32,System.String,System.TimeSpan,System.TimeSpan,System.Collections.Immutable.IImmutableSet{System.String},Akka.Actor.Props,System.TimeSpan,System.TimeSpan)"]

notifySubscribersInterval
Type: SystemTimeSpan

[Missing <param name="notifySubscribersInterval"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.#ctor(System.String,System.TimeSpan,System.TimeSpan,System.Int32,System.String,System.TimeSpan,System.TimeSpan,System.Collections.Immutable.IImmutableSet{System.String},Akka.Actor.Props,System.TimeSpan,System.TimeSpan)"]

maxDeltaElements
Type: SystemInt32

[Missing <param name="maxDeltaElements"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.#ctor(System.String,System.TimeSpan,System.TimeSpan,System.Int32,System.String,System.TimeSpan,System.TimeSpan,System.Collections.Immutable.IImmutableSet{System.String},Akka.Actor.Props,System.TimeSpan,System.TimeSpan)"]

dispatcher
Type: SystemString

[Missing <param name="dispatcher"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.#ctor(System.String,System.TimeSpan,System.TimeSpan,System.Int32,System.String,System.TimeSpan,System.TimeSpan,System.Collections.Immutable.IImmutableSet{System.String},Akka.Actor.Props,System.TimeSpan,System.TimeSpan)"]

pruningInterval
Type: SystemTimeSpan

[Missing <param name="pruningInterval"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.#ctor(System.String,System.TimeSpan,System.TimeSpan,System.Int32,System.String,System.TimeSpan,System.TimeSpan,System.Collections.Immutable.IImmutableSet{System.String},Akka.Actor.Props,System.TimeSpan,System.TimeSpan)"]

maxPruningDissemination
Type: SystemTimeSpan

[Missing <param name="maxPruningDissemination"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.#ctor(System.String,System.TimeSpan,System.TimeSpan,System.Int32,System.String,System.TimeSpan,System.TimeSpan,System.Collections.Immutable.IImmutableSet{System.String},Akka.Actor.Props,System.TimeSpan,System.TimeSpan)"]

durableKeys
Type: IImmutableSetString

[Missing <param name="durableKeys"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.#ctor(System.String,System.TimeSpan,System.TimeSpan,System.Int32,System.String,System.TimeSpan,System.TimeSpan,System.Collections.Immutable.IImmutableSet{System.String},Akka.Actor.Props,System.TimeSpan,System.TimeSpan)"]

durableStoreProps
Type: Akka.ActorProps

[Missing <param name="durableStoreProps"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.#ctor(System.String,System.TimeSpan,System.TimeSpan,System.Int32,System.String,System.TimeSpan,System.TimeSpan,System.Collections.Immutable.IImmutableSet{System.String},Akka.Actor.Props,System.TimeSpan,System.TimeSpan)"]

pruningMarkerTimeToLive
Type: SystemTimeSpan

[Missing <param name="pruningMarkerTimeToLive"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.#ctor(System.String,System.TimeSpan,System.TimeSpan,System.Int32,System.String,System.TimeSpan,System.TimeSpan,System.Collections.Immutable.IImmutableSet{System.String},Akka.Actor.Props,System.TimeSpan,System.TimeSpan)"]

durablePruningMarkerTimeToLive
Type: SystemTimeSpan

[Missing <param name="durablePruningMarkerTimeToLive"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.#ctor(System.String,System.TimeSpan,System.TimeSpan,System.Int32,System.String,System.TimeSpan,System.TimeSpan,System.Collections.Immutable.IImmutableSet{System.String},Akka.Actor.Props,System.TimeSpan,System.TimeSpan)"]

See Also