C# 클래스 Aqueduct.Monitoring.Sensors.SensorBase

파일 보기 프로젝트 열기: aqueduct/Aqueduct.Monitoring

공개 메소드들

메소드 설명
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