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


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

IServiceCatalogAdmin.CreateServiceDescriptionArray Method

Creates a new array of web service descriptions.

[Visual Basic .NET]
Public Function CreateServiceDescriptionArray ( _
) As IServiceDescriptionArray
[C#]
public IServiceDescriptionArray CreateServiceDescriptionArray (
);
[C++]
HRESULT CreateServiceDescriptionArray(
void
);

Product Availability

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

See Also

IServiceCatalogAdmin Interface