C# Class Aqueduct.Monitoring.Sensors.SensorBase

Afficher le fichier Open project: aqueduct/Aqueduct.Monitoring

Méthodes publiques

Méthode Description
ClearThreadScopedFeatureName ( ) : void
SetThreadScopedFeatureName ( string featureName, string groupName = null ) : void

Sets feature name for all sensors in the current thread.

Méthodes protégées

Méthode Description
AddReading ( ReadingData data ) : void
SensorBase ( string readingName ) : System.Threading

Private Methods

Méthode Description
GetFeatureDescriptor ( ) : FeatureDescriptor

Method Details

AddReading() protected méthode

protected AddReading ( ReadingData data ) : void
data Aqueduct.Monitoring.Readings.ReadingData
Résultat void

ClearThreadScopedFeatureName() public static méthode

public static ClearThreadScopedFeatureName ( ) : void
Résultat void

SensorBase() protected méthode

protected SensorBase ( string readingName ) : System.Threading
readingName string
Résultat System.Threading

SetThreadScopedFeatureName() public static méthode

Sets feature name for all sensors in the current thread.
public static SetThreadScopedFeatureName ( string featureName, string groupName = null ) : void
featureName string Feature name to be used for all sensors in the current thread.
groupName string
Résultat void