IImageServiceDecoder.Status method

Applies To: IImageServiceDecoder

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 IImageServiceDecoder object 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.

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.