Last revised: 16-01-2009.
Sends a directive to the StartMonitoring method that causes it to stop all queue monitoring and return. See the StartMonitoring method for further details.
object.StopMonitoring()
The StopMonitoring syntax has these parts:
| Part | Description |
|---|---|
| object | Required. An object expression that evaluates to a QueueMonDLL.Application object. |
StopMonitoring has no return values.
Executing StopMonitoring will cause the StartMonitoring method to return. Just before the StartMonitoring method returns it will raise the OnMonitoringStopped event.
For an example, see A complete, but simple Publi PDF monitor.