Retrieves information about recent location updates for all users that this application can locate, using the client's application-specific access token.

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

Syntax

C#
public LocationUpdates GetUpdates(
	Nullable<int> timeoutMilliseconds
)
Visual Basic (Declaration)
Public Function GetUpdates ( _
	timeoutMilliseconds As Nullable(Of Integer) _
) As LocationUpdates
Visual C++
public:
LocationUpdates^ GetUpdates(
	Nullable<int> timeoutMilliseconds
)

Parameters

timeoutMilliseconds
Type: System..::.Nullable<(Of <(Int32>)>)
the maximum number of milliseconds to wait, or null for no timeout

Return Value

a LocationUpdates object containing the query results

Exceptions

ExceptionCondition
Veriplace.Client..::.UnexpectedExceptionif there was an unexpected OAuth error or I/O error

See Also