Interface for querying user location changes in bulk, using a version of the Simple Update Protocol.

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

Syntax

C#
public class PollingAPI : API
Visual Basic (Declaration)
Public Class PollingAPI _
	Inherits API
Visual C++
public ref class PollingAPI : public API

Remarks

See "Using the Polling API" in the Veriplace Developer Guide for more details.

Inheritance Hierarchy

System..::.Object
  Veriplace.Client..::.API
    Veriplace.Client..::.PollingAPI

See Also