Condividi tramite


ObservableGauge<T> Classe

Definizione

Rappresenta uno strumento osservabile che segnala valori non additivi quando viene osservato lo strumento, ad esempio la temperatura ambiente corrente. Chiamare CreateObservableGauge per creare l'oggetto contatore osservabile.

generic <typename T>
 where T : value classpublic ref class ObservableGauge sealed : System::Diagnostics::Metrics::ObservableInstrument<T>
public sealed class ObservableGauge<T> : System.Diagnostics.Metrics.ObservableInstrument<T> where T : struct
type ObservableGauge<'T (requires 'T : struct)> = class
    inherit ObservableInstrument<'T (requires 'T : struct)>
Public NotInheritable Class ObservableGauge(Of T)
Inherits ObservableInstrument(Of T)

Parametri di tipo

T
Ereditarietà

Commenti

Questa classe supporta solo i tipi di parametro generici seguenti: Byte, Int16, Int32, Int64, Single, Doublee Decimal.

Proprietà

Description

Ottiene la descrizione dello strumento.

(Ereditato da Instrument)
Enabled

Ottiene un valore che indica se sono presenti listener per questo strumento.

(Ereditato da Instrument)
IsObservable

Ottiene un valore che indica se lo strumento è uno strumento osservabile.

(Ereditato da ObservableInstrument<T>)
Meter

Ottiene il contatore che ha creato lo strumento.

(Ereditato da Instrument)
Name

Ottiene il nome dello strumento.

(Ereditato da Instrument)
Tags

Restituisce i tag associati allo strumento.

(Ereditato da Instrument)
Unit

Ottiene l'unità di misura dello strumento.

(Ereditato da Instrument)

Metodi

Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
Observe()

Recupera le misurazioni correnti rilevate da questo strumento. Tutte le classi che estendono ObservableInstrument{T} devono implementare questo metodo.

(Ereditato da ObservableInstrument<T>)
Publish()

Attiva lo strumento per avviare la registrazione delle misurazioni e consentire ai listener di iniziare ad ascoltare tali misurazioni.

(Ereditato da Instrument)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a

Vedi anche