The PollingManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PollingManager | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| DispatchUpdate | ||
| Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetPollingAPI | ||
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetUpdateLocation | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ProcessUpdates | ||
| RescheduleAfterFirstQueryFailed | ||
| RunPollingTask | ||
| StartPolling | ||
| StopPolling | ||
| ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| _accessToken | ||
| _client | ||
| _firstQuery | ||
| _intervalSeconds | ||
| _lastResult | ||
| _onlyNewestLocation | ||
| _pollingAPI | ||
| _pollingFilter | ||
| _pollingHandler | ||
| _timer | ||
| _userTokenStore |
Properties
| Name | Description | |
|---|---|---|
| AccessToken |
Specifies an access token for update queries. This will override the
application-specific access token from the client configuration.
| |
| Client |
The Veriplace client instance.
| |
| IntervalSeconds |
Specifies the number of seconds between update queries.
| |
| OnlyNewestLocation |
True if the PollingManager should only pass the newest location
update for each user to the IPollingHandler, if there is more than
one update for the same user in a single query result.
| |
| Polling |
True if the PollingManager is running a background task to poll for
location updates.
| |
| PollingFilter |
The filter object, if any, that decides whether to query or ignore
individual updates.
| |
| PollingHandler |
The handler object that will receive location updates.
| |
| UserTokenStore |
The object that caches access tokens for individual users.
|