This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectManager4 Interface > IServerObjectManager4.CreateServiceCatalog Method (ArcObjects .NET 10.4 SDK) |
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