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


IServerObjectManager4.CreateServiceCatalog Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectManager4 Interface > IServerObjectManager4.CreateServiceCatalog Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IServerObjectManager4 Interface