Specifies the number of seconds between update queries.

Namespace:  Veriplace.Client.Async
Assembly:  Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)

Syntax

C#
public int IntervalSeconds { get; set; }
Visual Basic (Declaration)
Public Property IntervalSeconds As Integer
Visual C++
public:
property int IntervalSeconds {
	int get ();
	void set (int value);
}

Remarks

By default, this is one-half of the period specified in PeriodSeconds or, if that was not specified, then one-half of the default period used by the server, which will be detected when we get our first query results.

See Also