Vorheriges Thema: UpdateServiceDefinitionMetricRegistration

Nächstes Thema: GetServiceDefinitionMetricRegistrations

DeleteServiceDefinitionMetricRegistration

Description

This method deletes the specified event registration of the specified service definition metric.

Syntax

void DeleteServiceDefinitionMetricRegistration (long metricID, long registrationID);

Parameters

Name

Type

Description

metricID

long

The ID of the metric.

registrationID

long

The ID of the registration.

Return Value

None.

Remarks

None.