Gets or sets the interval at which to retry failed write operations.

Namespace: Simol.Consistency
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public TimeSpan RetryInterval { get; set; }
Visual Basic
Public Property RetryInterval As TimeSpan
	Get
	Set
Visual C++
public:
property TimeSpan RetryInterval {
	TimeSpan get ();
	void set (TimeSpan value);
}

Field Value

The retry interval.

Remarks

The default value is DefaultRetryInterval.

See Also