Vorheriges Thema: DeleteContractMetricRegistration

Nächstes Thema: Contract Metrics Methods

GetContractMetricRegistrations

Description

This method gets all event registrations of the specified contract metric.

Syntax

MetricRegistrationsCollection GetContractMetricRegistrations (long metricID);

Parameters

Name

Type

Description

metricID

long

The ID of the metric.

Return Value

The event registrations of the metric, as type MetricRegistrationsCollection.

Remarks

None.