IAISClientObject.Status method

Applies To: IAISClientObject

This function 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 IAISClientObject fails.

[Visual Basic 6.0]

status=Object.Status

[C++]

Object->get_status(&Status);

[C#, .NET]

status=Object.Status();

Return Value

[out]status

An XML String detailing the status of the last operation.

Type

An XML String detailing the status of the last operation. Each entry in the XML is composed of an error code and an error string.

For more details view the XML schema available at: [ArcGIS Image Server installation folder]\Developer Kit\XML\Status.XSD.

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)

For more details, please see the IAISClient Sample in C++, C# and VB 6.0.