![]() |
![]() |
[ Bottom of Page | Previous Page | Next Page | Contents | Index ]
The following methods help you to express functions for threshold configuration.
Object.DefineThreshold(ThName As String, value As Double)
Visual Basic example: | |
Svc.DefineThreshold "NewThreshold1", 1.0 |
|
JavaScript example: | |
Svc.DefineThreshold("NewThreshold1", 1.0); |
[ Top of Page | Previous Page | Next Page | Contents | Index ]