Argomento precedente: DeleteServiceDefinitionMetricParameter

Argomento successivo: CreateServiceDefinitionMetricParameter

UpdateServiceDefinitionMetricParameter

Description

This method updates a specific parameter of the specified service definition metric.

Syntax

void UpdateServiceDefinitionMetricParameter (long MetricId, ParameterData parameterData;

Parameters

Name

Type

Description

MetricId

long

The ID of the metric.

parameterData

ParameterData

The data to use to update the parameter.

Return Value

None.

Remarks

The ID of the parameter to update is contained in the ParameterData type class (see ParameterData Classes).