ExponentialBackoffData.MaxBackoff Property

Gets or sets the maximum backoff time.

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 TimeSpan MaxBackoff { get; set; }
'Declaration
Public Property MaxBackoff As TimeSpan
    Get
    Set
public:
property TimeSpan MaxBackoff {
    TimeSpan get ();
    void set (TimeSpan value);
}

Property Value

Type: TimeSpan

See Also

ExponentialBackoffData Class

ExponentialBackoffData Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration Namespace