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


IAISImageServerManager.GetServerInfo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAISImageServerManager.GetServerInfo Method

Obtains server information containing the list of all image service providers and image services as an XML string.

[Visual Basic .NET]
Public Function GetServerInfo ( _
) As String
[C#]
public string GetServerInfo (
);
[C++]
HRESULT GetServerInfo(
  BSTR* serverInfo
);
[C++]

Parameters serverInfo [out, retval] serverInfo is a parameter of type BSTR

Product Availability

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

See Also

IAISImageServerManager Interface