MeterListener.MeasurementsCompleted Propriedade

Definição

Obtém ou define o retorno de chamada a ser notificado quando a medida é interrompida em algum instrumento. Isso pode acontecer quando o Medidor ou o Ouvinte é descartado ou chamando Dispose() no ouvinte.

public:
 property Action<System::Diagnostics::Metrics::Instrument ^, System::Object ^> ^ MeasurementsCompleted { Action<System::Diagnostics::Metrics::Instrument ^, System::Object ^> ^ get(); void set(Action<System::Diagnostics::Metrics::Instrument ^, System::Object ^> ^ value); };
public Action<System.Diagnostics.Metrics.Instrument,object?>? MeasurementsCompleted { get; set; }
member this.MeasurementsCompleted : Action<System.Diagnostics.Metrics.Instrument, obj> with get, set
Public Property MeasurementsCompleted As Action(Of Instrument, Object)

Valor da propriedade

O retorno de chamada a ser notificado quando a medida for interrompida em algum instrumento.

Aplica-se a