This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionConfigure Interface > IConditionalActionConfigure.SetServerConnection Method (ArcObjects .NET 10.5 SDK) |
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