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


IConditionalActionConfigure.SetServerConnection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionConfigure Interface > IConditionalActionConfigure.SetServerConnection Method
ArcGIS Developer Help

IConditionalActionConfigure.SetServerConnection Method

Set the active server connection, if running in a tracking server environment or service environment in a client application.

[Visual Basic .NET]
Public Sub SetServerConnection ( _
    ByVal piServerConnection As IServerConnection _
)
[C#]
public void SetServerConnection (
    IServerConnection piServerConnection
);
[C++]
HRESULT SetServerConnection(
  IServerConnection* piServerConnection
);
[C++]
Parameters
piServerConnection [in]

piServerConnection is a parameter of type IServerConnection*

Product Availability

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

See Also

IConditionalActionConfigure Interface