This document is archived and information here might be outdated. Recommended version. |
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*