Udostępnij za pośrednictwem


FixedIntervalData.RetryInterval Property

Gets or sets the interval between 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 TimeSpan RetryInterval { get; set; }
'Declaration
Public Property RetryInterval As TimeSpan
    Get
    Set
public:
property TimeSpan RetryInterval {
    TimeSpan get ();
    void set (TimeSpan value);
}

Property Value

Type: TimeSpan

See Also

FixedIntervalData Class

FixedIntervalData Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration Namespace