Vorheriges Thema: AddContractTemplateMetricRegistration

Nächstes Thema: DeleteContractTemplateMetricRegistration

UpdateContractTemplateMetricRegistration

Description

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

Syntax

void UpdateContractTemplateMetricRegistration (long metricID, MetricRegistrationData metricRegistrationData);

Parameters

Name

Type

Description

metricID

long

The ID of the metric.

metricRegistrationData

MetricRegistrationData

The data to use to update the registration.

Return Value

None.

Remarks

The ID of the registration to update is contained in the MetricRegistrationData type class (see MetricRegistrationData).