ArcObjects Library Reference (DataSourcesRaster)  

IAISClientObjectX.GetServerInfo Method

Gets the information on the Server.

[Visual Basic .NET]
Public Function GetServerInfo ( _
    ByVal requestString As String _
) As String
[C#]
public string GetServerInfo (
    string requestString
);
[C++]
HRESULT GetServerInfo(
  BSTR requestString,
  BSTR* serverInfo
);
[C++]

Parameters

requestString [in]   requestString is a parameter of type BSTR serverInfo [out, retval]   serverInfo is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAISClientObjectX Interface