ReplicatorSettings.RetryInterval Property

Definition

Defines how long the FabricReplicator waits after it transmits a message from the primary to the secondary for the secondary to acknowledge that it has received the message.

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

Property Value

The time needed the FabricReplicator waits after it transmits a message from the primary to the secondary for the secondary to acknowledge that it has received the message.

Remarks

Receiving a message does not necessarily that the message has been processed.

If this timer is exceeded, then the message is retransmitted.

The default value is 5 seconds.

Applies to