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


IAISImageServiceX.Status Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAISImageServiceX Interface > IAISImageServiceX.Status Property
ArcGIS Developer Help

IAISImageServiceX.Status Property

Returns a status XML string that defines the state of the last operation performed by this Image Service object.

[Visual Basic .NET]
Public ReadOnly Property Status As String
[C#]
public string Status {get;}
[C++]
HRESULT get_Status(
  System.String* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type BSTR*

Product Availability

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

See Also

IAISImageServiceX Interface