Microsoft Operations Manager |
The ConfigureServicesmethod shows a dialog box that lets you configure the modem paging software. This dialog box allows you to set the modem used to send pages and configure individual paging services.
[VBScript]
PagerJobQueue.ConfigureServices()
None
Boolean
The following example shows how to configure modem paging.
[VBScript]
Dim objPagerJobQueue, blnOK
Set objPagerJobQueue = CreateObject("OPScrUtil.PagerJobQueue")
blnOK = objPagerJobQueue.ConfigureServices()
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.