Share via


ReliableStateManagerReplicatorSettings.RetryInterval Property

Definition

Gets or sets how long the replicator waits after it transmits a message from the primary to the secondary for the secondary to acknowledge that it has received the message. The default value is 5 seconds.

public TimeSpan? RetryInterval { get; set; }
member this.RetryInterval : Nullable<TimeSpan> with get, set
Public Property RetryInterval As Nullable(Of TimeSpan)

Property Value

The retry interval.

Applies to