MeterListener.InstrumentPublished Propriedade

Definição

Obtém ou define o retorno de chamada para ser notificado quando um instrumento é publicado.

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

Valor da propriedade

O retorno de chamada a ser notificado quando um instrumento é publicado.

Aplica-se a