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


IGISServer.ConnectionType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

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 [out, retval]
ServerInfos is a parameter of type esriServerConnectionType ServerInfos [in]
ServerInfos is a parameter of type esriServerConnectionType

Product Availability

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

See Also

IGISServer Interface