Argomento precedente: UpdateContractMetricRegistration

Argomento successivo: GetContractMetricRegistrations

DeleteContractMetricRegistration

Description

This method deletes the specified event registration of the specified contract metric.

Syntax

void DeleteContractMetricRegistration (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.