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


ITMSUtilCallbacks.SetConnections Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITMSUtilCallbacks Interface > ITMSUtilCallbacks.SetConnections Method
ArcGIS Developer Help

ITMSUtilCallbacks.SetConnections Method

Sets connections for the selected data link to the Tracking Server.

[Visual Basic .NET]
Public Sub SetConnections ( _
    ByVal lConnections As Integer _
)
[C#]
public void SetConnections (
    int lConnections
);
[C++]
HRESULT SetConnections(
  long lConnections
);
[C++]
Parameters
lConnections 

lConnections is a parameter of type long

Product Availability

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

See Also

ITMSUtilCallbacks Interface