Share via


CimIndicationWatcher Class

 

A public class used to start or stop the subscription to a specific indication source, and to listen to incoming indications.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Management.Infrastructure.CimCmdlets.CimIndicationWatcher

Syntax

public class CimIndicationWatcher
public ref class CimIndicationWatcher 
type CimIndicationWatcher = class end
Public Class CimIndicationWatcher

Constructors

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

The constructor for a class used to start and stop the subscription to a specific indication source, and to listen to the incoming indications.

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

The constructor for a class used to start and stop the subscription to a specific indication source, and to listen to the incoming indications.

Properties

Name Description
System_CAPS_pubproperty EnableRaisingEvents

Gets and sets the EnableRaisingEvents property.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Start()

This method starts the subscription.

System_CAPS_pubmethod Stop()

Unsubscribes the subscription.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent CimIndicationArrived

This event is raised for each CIM indication.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top