CimIndicationEventInstanceEventArgs Class

 

A class representing CimIndication event arguments, which contain all elements related to a CimIndication.

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

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Management.Infrastructure.CimCmdlets.CimIndicationEventArgs
      Microsoft.Management.Infrastructure.CimCmdlets.CimIndicationEventInstanceEventArgs

Syntax

public class CimIndicationEventInstanceEventArgs : CimIndicationEventArgs
public ref class CimIndicationEventInstanceEventArgs : CimIndicationEventArgs
type CimIndicationEventInstanceEventArgs = 
    class
        inherit CimIndicationEventArgs
    end
Public Class CimIndicationEventInstanceEventArgs
    Inherits CimIndicationEventArgs

Constructors

Name Description
System_CAPS_pubmethod CimIndicationEventInstanceEventArgs(CimSubscriptionResult)

Constructor for the CimIndicationEventInstanceEventArgs class. CimIndication event arguments contain all elements related to a CIM indication.

Properties

Name Description
System_CAPS_pubproperty Bookmark

Gets the bookmark of the indication object.

System_CAPS_pubproperty Context

Gets the Context property, which returns an object value for an operation context.(Inherited from CimIndicationEventArgs.)

System_CAPS_pubproperty MachineId

Gets the machine ID of the indication object.

System_CAPS_pubproperty NewEvent

Gets the NewEvent 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 ToString()

(Inherited from Object.)

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