The interval, in seconds, between updates to the location update list.

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

Syntax

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

Remarks

If zero or negative, the Veriplace server will use its default interval (60 seconds).

See Also