ArcObjects Library Reference (TrackingAnalyst)  

IServerConnection Interface

Provides access to the methods and properties for a connector object to connect to a Tracking Server.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Members

Description
Method Connect Creates connection to the server.
Read/write property ConnectionName Indicates the name of the connection to the server.
Read/write property ConnectionString Connection string value for the server connection.
Read-only property DataSetDefinitionList Lists the dataset definition information for the connection.
Method disableDataDefinition Disables data definition for the server connection.
Method Disconnect Disconnects connection from the server.
Method enableDataDefinition Enables data definition for the server connection.
Read/write property EnableDataFiltering Indicates whether data filtering is enabled for the connection.
Read-only property EnabledDataDefinitions Indicates which data definitions are enabled.
Method getDataSetDefinition Gets dataset definition information for the server connection.
Method getMessage Retrieves a message from the server connection.
Read-only property IsConnected Indicates whether the server connection is connected.
Read-only property LastConnectionErrorCode Indicates the error code for the last connection to the server.
Read-only property LastConnectionErrorMessage Indicates the error message for the last connection to the server.
Method returnDataSetDefinition Returns dataset definition information for the server connection.
Method sendCommand Sends a command to the server connection.
Method sendMessage Sends a message through the server connection path.
Read/write property ServerName Name for the server.
Read-only property UserName User's login name.

CoClasses that implement IServerConnection

CoClasses and Classes Description
InternetConnection Manages an Internet server connection.
ServerConnection Manages connection to Tracking Server.
TxGPSConnector (esriTrackingAnalystUI) An object used to establish the connection between a temporal feature class and a locally connected GPS device.