IAISClientObject.Close method

Applies To: IAISClientObject

This function shuts down and cleans up the Client object. It should be called before destroying the Client Object.

[Visual Basic 6.0]

retVal = Object.Close()

[C++]

Object->Close(&retVal); 

[C#, .NET]

retVal=Object.Close();

Return Value

[out]retval

Boolean that determines the close state.

Remarks

This function does not delete any Image Service object created by the Client object itself. The Image Service objects should be deleted separately.

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.