MeterListener.EnableMeasurementEvents(Instrument, Object) Method

Definition

Starts listening to a specific instrument measurement recording.

public void EnableMeasurementEvents (System.Diagnostics.Metrics.Instrument instrument, object? state = default);
member this.EnableMeasurementEvents : System.Diagnostics.Metrics.Instrument * obj -> unit
Public Sub EnableMeasurementEvents (instrument As Instrument, Optional state As Object = Nothing)

Parameters

instrument
Instrument

The instrument to listen to.

state
Object

A state object that will be passed back to the callback getting measurements events.

Applies to