Vorheriges Thema: UpdateContractTemplateMetricRegistration

Nächstes Thema: GetContractTemplateMetricRegistrations

DeleteContractTemplateMetricRegistration

Description

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

Syntax

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