ReliableStateManagerReplicatorSettings.RetryInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.