Partager via


CounterData.RawValue Propriété

Définition

Obtient ou définit les données de compteur brutes.

public:
 property long RawValue { long get(); void set(long value); };
public long RawValue { get; set; }
public long RawValue { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.RawValue : int64 with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.RawValue : int64 with get, set
Public Property RawValue As Long

Valeur de propriété

Données de compteur brutes.

Attributs

Remarques

Cette propriété n’est pas thread safe et convient uniquement pour l’accès à un seul thread. Pour un accès multithread aux données du compteur, utilisez la Value propriété .

S’applique à