ArcObjects Library Reference (Geoprocessing)  

IGPExportWebMapExtensionImpl.GetServerConnections Method

Returns the names of the available tools.

[Visual Basic .NET]
Public Function GetServerConnections ( _
) As IArray
[C#]
public IArray GetServerConnections (
);
[C++]
HRESULT GetServerConnections(
  IArray** ppServerConnections
);
[C++]

Parameters

ppServerConnections [out, retval]

  ppServerConnections is a parameter of type IArray

Product Availability

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

See Also

IGPExportWebMapExtensionImpl Interface