System.Performance.ConsecutiveSamplesCondition (ConditionDetectionModuleType)

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.Performance.Data

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Thresholddouble$Config/Threshold$Threshold

Source Code:

<ConditionDetectionModuleType ID="System.Performance.ConsecutiveSamplesCondition" Accessibility="Public" Stateful="true" PassThrough="false" Batching="false">
<Configuration>
<xsd:element minOccurs="1" maxOccurs="1" name="Threshold" type="xsd:double"/>
<xsd:element minOccurs="1" maxOccurs="1" name="Direction" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Threshold" ParameterType="double" Selector="$Config/Threshold$"/>
</OverrideableParameters>
<ModuleImplementation>
<Native>
<ClassID>AA56A2C2-232D-4FDA-80FC-31067ED5607B</ClassID>
</Native>
</ModuleImplementation>
<OutputType>System.Performance.Data</OutputType>
<InputTypes>
<InputType>System.Performance.Data</InputType>
</InputTypes>
</ConditionDetectionModuleType>