IAISClientObject.Init method

Applies To: IAISClientObject

This method is used to initialize the Server Connection with the properties specified in the client configuration XML file/string (iscConfig).

It is required to initialize the client object before accessing any other functions of this object.

[Visual Basic 6.0]

retVal=Object.Init(iscConfig)

[C++]

Object->Init(CComBSTR(iscConfig),&retVal);

[C#, .NET]

retVal=Object.Init(iscConfig);

Arguments

[in]iscconfig

String that represents the ISCConfig XML string or ISCConfig file path.

Return Value

[out]retval

Boolean that determines the initialize state of the client object.

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.