Click or drag to resize

IWmiEventWatcher Interface

WMI Event Watcher - interface.

For more information see: ManagementEventWatcher Class

Namespace:  Xcalibur.WMI.Framework
Assembly:  Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public interface IWmiEventWatcher : IDisposable

The IWmiEventWatcher type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodStart
Starts this instance.
Public methodStop
Stops this instance.
Public methodUpdate
Updates the specified query.
Top
Events
  NameDescription
Public eventItemsAdded
Occurs when [items added].
Public eventItemsDeleted
Occurs when [items deleted].
Public eventItemsModified
Occurs when [items modified].
Top
See Also