C# Класс Aqueduct.Monitoring.Sensors.SensorBase

Показать файл Открыть проект

Открытые методы

Метод Описание
ClearThreadScopedFeatureName ( ) : void
SetThreadScopedFeatureName ( string featureName, string groupName = null ) : void

Sets feature name for all sensors in the current thread.

Защищенные методы

Метод Описание
AddReading ( ReadingData data ) : void
SensorBase ( string readingName ) : System.Threading

Приватные методы

Метод Описание
GetFeatureDescriptor ( ) : FeatureDescriptor

Описание методов

AddReading() защищенный Метод

protected AddReading ( ReadingData data ) : void
data Aqueduct.Monitoring.Readings.ReadingData
Результат void

ClearThreadScopedFeatureName() публичный статический Метод

public static ClearThreadScopedFeatureName ( ) : void
Результат void

SensorBase() защищенный Метод

protected SensorBase ( string readingName ) : System.Threading
readingName string
Результат System.Threading

SetThreadScopedFeatureName() публичный статический Метод

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
Результат void