This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGISServer Interface > IGISServer.ConnectionType Property (ArcObjects .NET 10.4 SDK) |
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