Visual Basic |
---|
Public Sub Add( _ ByVal CounterName As String, _ ByVal Limit As Single _ ) |
- CounterName
The name of the counter you want to monitor.
- Limit
- The maximum limit allowed for this counter. If this value is exceeded during the run session, the run fails. Enter -1 to indicate no limit.