IAISImageServicesDialog.Status method

Applies To: IAISImageServicesDialog

This method returns an XML string detailing the status of the last operation performed on this object. It is mainly used when any function call to the IAISImageServicesDialog object fails.

[Visual Basic 6.0]

retStatus=Object.Status

[C++]

Object->Status(&retStatus);

[C#, .NET]

retStatus=Object.Status();

Return Value

[out]retStatus

An XML String detailing the status of the last operation.

Requirements

Platform

32 bit Windows OS (WinXP)

Environment

.NET Framework, COM, ANSI C / C++ Standard compliant

Dependency

ESRI.ImageServer.ISClient.dll (.NET Framework), ISClient.dll (COM/C++), ISClientC.dll (C/C++)

Include

isclientc.h  (ANSI C)