IAISClientObject
The IAISClientObject is used for establishing connection with IAISImageService objects.
[Visual Basic 6.0]
Dim myObject As IAISClientObject
[C++]
IAISClientObject clientObject;
[C#, .NET]
IAISClientObject clientObject;
Properties
Name  | 
Description  | 
Status  | 
Returns an XML string detailing the status of the last operation performed on this object.  | 
Methods
Name  | 
Description  | 
Init  | 
Initializes the AISClientObject with an ISCConfig file/string.  | 
Close  | 
Shuts down and cleans up the Client object.  | 
GetVersion  | 
Returns the version number of Server on specified host and port. An empty port will use the default server port.  | 
GetServerInfo  | 
Gets information on the Server.  | 
OpenImageService  | 
Opens an Image Service as defined by the fully qualified source.  | 
Status  | 
Returns an XML detailing the status of the last operation performed on this object.  | 
Report  | 
This function is intended for internal use by other Image Service objects.  | 
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)  |