Share via


IncrementalData.InitialInterval Property

Gets or sets the initial interval.

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

Property Value

Type: TimeSpan

See Also

IncrementalData Class

IncrementalData Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration Namespace