Microsoft Operations Manager

GetPagerService Method

The GetPagerServicemethod gets the default paging service as specified by a previous call to the SetPagerServicemethod.

[VBScript]
PagerJobQueue.GetPagerService()

Parameters

None

Return Value

String

Examples

The following example shows how to get the PagerJobQueueobject default service provider.

[VBScript] 
Dim objPagerJobQueue, strServiceProvider

Set objPagerJobQueue = CreateObject("OPScrUtil.PagerJobQueue")

strServiceProvider = objPagerJobQueue.GetPagerService()

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.