Visual Basic (Declaration) | |
---|---|
Public MustOverride Function CheckIfSatisfied( _ ByVal context As Measurement _ ) As Boolean |
C# | |
---|---|
public abstract bool CheckIfSatisfied( Measurement context ) |
C++/CLI | |
---|---|
public: abstract bool CheckIfSatisfied( Measurement^ context ) |
Parameters
- context
- context within which to check if the EventCondition is satisfied (the condition may be satisfied for some measurements and not others)
Return Value
true if satisfied, false otherwiseThis method should only be called once the measurement results are stable.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)