![]() |
![]() |
[ Bottom of Page | Previous Page | Next Page | Contents | Index ]
The following methods help you to express functions for threshold configuration.
Object.GetThreshold(ThName As String) As Double
Visual Basic example: | |
'<<THRESHOLDS_INFO>> Svc.DefineThreshold "NewThreshold1", 3.0 '<<\THRESHOLDS_INFO>> .... Dim value As Double value = Svc.GetThreshold("NewThreshold1") |
|
JavaScript example: | |
//<<THRESHOLDS_INFO>> Svc.DefineThreshold("NewThreshold1", 3.0); //<<\THRESHOLDS_INFO>> .... var value; value = Svc.GetThreshold("NewThreshold1"); |
[ Top of Page | Previous Page | Next Page | Contents | Index ]