Microsoft Operations Manager

ConfigureServices Method

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()

Parameters

None

Return Value

Boolean

Examples

The following example shows how to configure modem paging.

[VBScript] 
Dim objPagerJobQueue, blnOK

Set objPagerJobQueue = CreateObject("OPScrUtil.PagerJobQueue")

blnOK = objPagerJobQueue.ConfigureServices()

Set objPagerJobQueue = Nothing

Requirements

Windows NT/2000: Requires Windows 2000 or later
Version: Requires MOM 1.0 SP1

See Also

PagerJobQueue Object


Did you find this information useful? Please send your suggestions and comments about the documentation to momsdk@microsoft.com.