CimIndicationWatcher Class

Definition

A public class used to start/stop the subscription to specific indication source, and listen to the incoming indications, event CimIndicationArrived will be raised for each cimindication.

public class CimIndicationWatcher
type CimIndicationWatcher = class
Public Class CimIndicationWatcher
Inheritance
CimIndicationWatcher

Constructors

Name Description
CimIndicationWatcher(CimSession, String, String, String, UInt32)

Initializes a new instance of the CimIndicationWatcher class.

CimIndicationWatcher(String, String, String, String, UInt32)

Initializes a new instance of the CimIndicationWatcher class.

Properties

Name Description
EnableRaisingEvents

Will be called by admin\monad\src\eengine\EventManager.cs: PSEventManager::ProcessNewSubscriber to start to listen to the Cim Indication.

If set EnableRaisingEvents to false, which will be ignored

Methods

Name Description
Start()

Start the subscription

Stop()

Unsubscribe the subscription

Events

Name Description
CimIndicationArrived

CimIndication arrived event

Applies to