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


IAISImageServerManager.GetStatus Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAISImageServerManager.GetStatus Method

Gets the status XML details for any failure.

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

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

Product Availability

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

See Also

IAISImageServerManager Interface