Click or drag to resize
Akka.NETReplicatorSettingsWithDurableKeys Method

[Missing <summary> documentation for "M:Akka.DistributedData.ReplicatorSettings.WithDurableKeys(System.Collections.Immutable.IImmutableSet{System.String})"]

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ReplicatorSettings WithDurableKeys(
	IImmutableSet<string> durableKeys
)

Parameters

durableKeys
Type: IImmutableSetString

[Missing <param name="durableKeys"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.WithDurableKeys(System.Collections.Immutable.IImmutableSet{System.String})"]

Return Value

Type: ReplicatorSettings

[Missing <returns> documentation for "M:Akka.DistributedData.ReplicatorSettings.WithDurableKeys(System.Collections.Immutable.IImmutableSet{System.String})"]

See Also