CimIndicationEventArgs Class

 

Contains all elements related to a CIM indication.

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.CimIndicationEventExceptionEventArgs
      Microsoft.Management.Infrastructure.CimCmdlets.CimIndicationEventInstanceEventArgs

Syntax

public abstract class CimIndicationEventArgs : EventArgs
public ref class CimIndicationEventArgs abstract : EventArgs
[<AbstractClass>]
type CimIndicationEventArgs = 
    class
        inherit EventArgs
    end
Public MustInherit Class CimIndicationEventArgs
    Inherits EventArgs

Constructors

Name Description
System_CAPS_protmethod CimIndicationEventArgs()

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

Properties

Name Description
System_CAPS_pubproperty Context

Gets the Context property, which returns an object value for an operation context.

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