This document is archived and information here might be outdated. Recommended version. |
Provides access to methods and properties that data links provide to the Tracking Server so they can be consumed by the Tracking Server.
Name | Description | |
---|---|---|
ClientQueueCount | Number of messages in the client queue.waiting to be read by the client object or system of this data link. | |
DataFilters | An array of Dataset Definition IDs that are currently Allowed to be read by the plugin when data filtering is enabled. | |
DataSetDefinitionList | An array of all dataset defintion names that are defined in the TrackingServer that the data link is connected to. | |
disableDataDefinition | Disables data definition for the data link. | |
Disconnect | Disconnects data link. | |
enableDataDefinition | Enables data definition for the data link. | |
EnableDataFiltering | Indicates whether data filtering is enabled for the data link. | |
getDataSetDefinition | Gets dataset definition information for the data link. | |
ID | Unique identifier of the current instance of the data link. | |
Name | Name of data link plugin. | |
popClientMessage | Retrieves a client message from the data link. | |
postClientMessage | Posts a client message to the data link. | |
returnDataSetDefinition | Returns dataset definition information for the dta link. | |
sendCommand | Sends a command to the data link. | |
ServerQueueCount | Number of messages waiting to be published to the server. | |
Status | Indicates status of the data link plugin. | |
TimeEstablished | Indicates the time the data link plugin was established. | |
TotalClientMessageCount | Total number of client messages in the data link plugin. | |
TotalServerMessageCount | Total number of server messages in the data link plugin. |
Classes | Description |
---|---|
PlugIn | Base class for data links for Tracking Server. |