Click or drag to resize
Akka.NETReplicatorSettingsWithDurableStoreProps Method

[Missing <summary> documentation for "M:Akka.DistributedData.ReplicatorSettings.WithDurableStoreProps(Akka.Actor.Props)"]

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ReplicatorSettings WithDurableStoreProps(
	Props durableStoreProps
)

Parameters

durableStoreProps
Type: Akka.ActorProps

[Missing <param name="durableStoreProps"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.WithDurableStoreProps(Akka.Actor.Props)"]

Return Value

Type: ReplicatorSettings

[Missing <returns> documentation for "M:Akka.DistributedData.ReplicatorSettings.WithDurableStoreProps(Akka.Actor.Props)"]

See Also