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


IAISClientObjectX.Report Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAISClientObjectX Interface > IAISClientObjectX.Report Method
ArcGIS Developer Help

IAISClientObjectX.Report Method

This function is intended for internal use by other Image Service objects.

[Visual Basic .NET]
Public Sub Report ( _
    ByVal statusString As String _
)
[C#]
public void Report (
    string statusString
);
[C++]
HRESULT Report(
  BSTR statusString
);
[C++]
Parameters
statusString [in]

statusString is a parameter of type BSTR

Product Availability

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

See Also

IAISClientObjectX Interface