Vorheriges Thema: ServiceComponent Methods

Nächstes Thema: GetServiceComponents

CreateServiceComponent

Description

This method creates a service component from the input data.

Syntax

long CreateServiceComponent (ServiceComponentData serviceComponentData);

Parameters

Name

Type

Description

serviceComponentData

ServiceComponentData

The data to use to create the service component.

Return Value

The ID of the new service component, as type long.

Remarks

None.