Publi PDF ActiveX documentation:

Last revised: 16-01-2009.

StopMonitoring (method)

Sends a directive to the StartMonitoring method that causes it to stop all queue monitoring and return. See the StartMonitoring method for further details.

Parameters

object.StopMonitoring()

The StopMonitoring syntax has these parts:

Part Description
object Required. An object expression that evaluates to a QueueMonDLL.Application object.

Return Values

StopMonitoring has no return values.

Remarks

Executing StopMonitoring will cause the StartMonitoring method to return. Just before the StartMonitoring method returns it will raise the OnMonitoringStopped event.

Example code

For an example, see A complete, but simple Publi PDF monitor.