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


IAISClientObjectX.Report Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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