This document is archived and information here might be outdated.  Recommended version.


IInternetServerConnection Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > II > IInternetServerConnection Interface
ArcGIS Developer Help

IInternetServerConnection Interface

Provides access to properties and methods needed to help manage Internet server connections.

Product Availability

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

Members

Name Description
Method Connect Creates Internet server connection.
Read/write property ConnectionName Name of Internet server connection.
Read/write property ConnectionString Indicates connection string value.
Read-only property DataSetDefinitionList Lists values in the dataset definition.
Method disableDataDefinition Disables dataset definition for the Internet server connection.
Method Disconnect Disconnects Internet server connection.
Method enableDataDefinition Enables data definition for the Internet server connection.
Read/write property EnableDataFiltering Indicates whether data filtering is enabled for the Internet server connection.
Read-only property EnabledDataDefinitions Indicates whether data definitions are enabled for the Internet server connection.
Method getDataSetDefinition Gets value for dataset definition for Internet server connection.
Method getMessage Gets message via the Internet server connection.
Method getTrackingService Gets tracking service information for the Internet server connection.
Read-only property IsConnected Indicates whether the Internet server connection is active.
Read-only property LastConnectionErrorCode Indicates error code value for the last Internet server connection.
Read-only property LastConnectionErrorMessage Indicates error code value for the last Internet server connection.
Read/write property PortNumber Port number used for the Internet server connection.
Method returnDataSetDefinition Returns value for dataset definition in Internet server connection.
Method returnTrackingService Returns tracking service information for the Internet server connection.
Method sendCommand Sends command information via the Internet server connection.
Method sendMessage Sends message via the Internet server connection.
Read/write property ServerName Indicates server name in the Internet server connection.
Read/write property SubletPath Value of the sublet path for the Internet server connection.
Read/write property TopicName Indicates name for the topic in the Internet server connection.
Read-only property TrackingServicesList Lists tracking services within the Internet server connection.
Read-only property UserName Indicates user's name using the Internet server connection.

Classes that implement IInternetServerConnection

Classes Description
InternetConnection Manages an Internet server connection.