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


IConditionalActionSetup.ServerConnection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionSetup Interface > IConditionalActionSetup.ServerConnection Property
ArcGIS Developer Help

IConditionalActionSetup.ServerConnection Property

Get the server interface if applicable.

[Visual Basic .NET]
Public ReadOnly Property ServerConnection As IServerConnection
[C#]
public IServerConnection ServerConnection {get;}
[C++]
HRESULT get_ServerConnection(
  IServerConnection** ipServerConnection
);
[C++]
Parameters
ipServerConnection [out, retval]

ipServerConnection is a parameter of type IServerConnection**

Product Availability

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

See Also

IConditionalActionSetup Interface