IAISClientObject.GetServerInfo method

Applies To: IAISClientObject

This method is used to get the information of a Server.

[Visual Basic 6.0]

serverInfo=Object.GetServerInfo(requestString)

[C++]

Object->GetServerInfo(requestString,&serverInfo);

[C#, .NET]

serverInfo=Object.GetServerInfo(requestString);

Arguments

[in]requestString

Optional String that represents the ServerInfo XML (to be implemented in the next version). Currently an empty string can be passed in.

Return Value

[out]serverInfo

String that lists the full details of the server.

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

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