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


IGISServer.ConnectionType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGISServer Interface > IGISServer.ConnectionType Property
ArcGIS Developer Help

IGISServer.ConnectionType Property

The type of connection to the SOMs of this ArcGIS Server (Round Robin or FailOver).

[Visual Basic .NET]
Public Property ConnectionType As esriServerConnectionType
[C#]
public esriServerConnectionType ConnectionType {get; set;}
[C++]
HRESULT get_ConnectionType(
  esriServerConnectionType ServerInfos
);
[C++]
HRESULT put_ConnectionType(
  esriServerConnectionType* ServerInfos
);
[C++]
Parameters
ServerInfos [in]

ServerInfos is a parameter of type esriServerConnectionType ServerInfos [out, retval]
ServerInfos is a parameter of type esriServerConnectionType*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGISServer Interface