|   | AlarmTest Method | 
        
        
            Tests the value of the given measurement to determine
            whether the alarm should be raised or cleared.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
SyntaxPublic Function Test ( 
	measurement As IMeasurement
) As Boolean
function Test(measurement);
Parameters
- measurement  IMeasurement
- The measurement whose value is to be tested.
Return Value
Booleantrue if the alarm's state changed; false otherwise
 See Also
See Also