IEvent Interface

Definition

Specifies a source of a management instrumentation event. Objects that implement this interface are known to be sources of management instrumentation events. Classes that do not derive from BaseEvent should implement this interface instead.

Note: the WMI .NET libraries are now considered in final state, and no further development, enhancements, or updates will be available for non-security related issues affecting these libraries. The MI APIs should be used for all new development.

public interface class IEvent
public interface IEvent
type IEvent = interface
Public Interface IEvent
Derived

Methods

Fire()

Raises a management event.

Applies to