Gets or sets the interval at which to crawl each indexed domain.

Namespace: Simol.Indexing
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public TimeSpan UpdateInterval { get; set; }
Visual Basic
Public Property UpdateInterval As TimeSpan
	Get
	Set
Visual C++
public:
property TimeSpan UpdateInterval {
	TimeSpan get ();
	void set (TimeSpan value);
}

Field Value

The update interval.

Remarks

The default value is DefaultUpdateInterval.

See Also