Click or drag to resize
Akka.NETReplicatorSettingsWithPruningMarkerTimeToLive Method

[Missing <summary> documentation for "M:Akka.DistributedData.ReplicatorSettings.WithPruningMarkerTimeToLive(System.TimeSpan,System.TimeSpan)"]

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ReplicatorSettings WithPruningMarkerTimeToLive(
	TimeSpan pruningMarkerTtl,
	TimeSpan durablePruningMarkerTtl
)

Parameters

pruningMarkerTtl
Type: SystemTimeSpan

[Missing <param name="pruningMarkerTtl"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.WithPruningMarkerTimeToLive(System.TimeSpan,System.TimeSpan)"]

durablePruningMarkerTtl
Type: SystemTimeSpan

[Missing <param name="durablePruningMarkerTtl"/> documentation for "M:Akka.DistributedData.ReplicatorSettings.WithPruningMarkerTimeToLive(System.TimeSpan,System.TimeSpan)"]

Return Value

Type: ReplicatorSettings

[Missing <returns> documentation for "M:Akka.DistributedData.ReplicatorSettings.WithPruningMarkerTimeToLive(System.TimeSpan,System.TimeSpan)"]

See Also