Microsoft Operations Manager |
The ProcessPageJobQueuemethod instructs the PagerJobQueueobject to process any waiting pages in the Outbox folder.
[VBScript]
PagerJobQueue.ProcessPageJobQueue()
None
Boolean
The ProcessPageJobQueuemethod should not be needed under normal circumstances because pager job queue processing is performed as part of the SendMessagemethod.
The following example shows how to process any waiting pages in the Outbox folder.
[VBScript]
Dim objPagerJobQueue, blnOK
Set objPagerJobQueue = CreateObject("OPScrUtil.PagerJobQueue")
blnOK = objPagerJobQueue.ProcessPageJobQueue()
Set objPagerJobQueue = Nothing
Windows NT/2000: Requires Windows 2000 or later
Version: Requires MOM 1.0 SP1
Did you find this information useful? Please send your suggestions and comments about the documentation to momsdk@microsoft.com.