IncrementalData.MaxRetryCount Property
Gets or sets the maximum number of retry attempts.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public int MaxRetryCount { get; set; }
'Declaration
Public Property MaxRetryCount As Integer
Get
Set
public:
property int MaxRetryCount {
int get ();
void set (int value);
}
Property Value
Type: Int32
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration Namespace