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


IAGSServerConnectionFactory3.GetHostedServers Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnectionFactory3 Interface > IAGSServerConnectionFactory3.GetHostedServers Method
ArcGIS Developer Help

IAGSServerConnectionFactory3.GetHostedServers Method

Returns server object names for the hosted servers accessible to the user.

[Visual Basic .NET]
Public Function GetHostedServers ( _
    ByVal hWnd As Integer _
) As IEnumAGSServerConnectionName
[C#]
public IEnumAGSServerConnectionName GetHostedServers (
    int hWnd
);
[C++]
HRESULT GetHostedServers(
  OLE_HANDLE hWnd
);
[C++]
Parameters
hWnd [in]

hWnd is a parameter of type OLE_HANDLE

Product Availability

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

See Also

IAGSServerConnectionFactory3 Interface