Gets or sets the time to wait before attempting to reprocess a failed write.
Namespace: Simol.ConsistencyAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public TimeSpan ReprocessDelay { get; set; } |
Visual Basic |
---|
Public Property ReprocessDelay As TimeSpan Get Set |
Visual C++ |
---|
public: property TimeSpan ReprocessDelay { TimeSpan get (); void set (TimeSpan value); } |
Field Value
The delay time.Remarks
The default value is DefaultReprocessDelay.