Argomento precedente: AddContractMetricRegistration

Argomento successivo: DeleteContractMetricRegistration

UpdateContractMetricRegistration

Description

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

Syntax

void UpdateContractMetricRegistration (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).