Method | Description | |
---|---|---|
ClearThreadScopedFeatureName ( ) : void | ||
SetThreadScopedFeatureName ( string featureName, string groupName = null ) : void |
Sets feature name for all sensors in the current thread.
|
Method | Description | |
---|---|---|
AddReading ( |
||
SensorBase ( string readingName ) : System.Threading |
Method | Description | |
---|---|---|
GetFeatureDescriptor ( ) : FeatureDescriptor |
protected AddReading ( |
||
data | ||
return | void |
public static ClearThreadScopedFeatureName ( ) : void | ||
return | void |
protected SensorBase ( string readingName ) : System.Threading | ||
readingName | string | |
return | System.Threading |
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 | |
return | void |