This document is archived and information here might be outdated.  Recommended version.


IServerObjectManager4.CreateServiceCatalog Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerObjectManager4.CreateServiceCatalog Method

Gets the ServiceCatalog for the services running on the server.

[Visual Basic .NET]
Public Function CreateServiceCatalog ( _
) As IServiceCatalog2
[C#]
public IServiceCatalog2 CreateServiceCatalog (
);
[C++]
HRESULT CreateServiceCatalog(
  IServiceCatalog2** ppCatalog
);
[C++]

Parameters ppCatalog [out, retval]
ppCatalog is a parameter of type IServiceCatalog2

Product Availability

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

See Also

IServerObjectManager4 Interface