Click or drag to resize

WmiEventWatcher Class

WMI Event Watcher.

For more information see: ManagementEventWatcher Class

Inheritance Hierarchy
SystemObject
  Xcalibur.WMI.FrameworkWmiEventWatcher

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

The WmiEventWatcher type exposes the following members.

Constructors
  NameDescription
Public methodWmiEventWatcher
Initializes a new instance of the WmiEventWatcher class.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStart
Starts the watcher.
Public methodStop
Stops the watcher.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Updates the interval.
Top
Events
  NameDescription
Public eventItemsAdded
Occurs when [items added].
Public eventItemsDeleted
Occurs when [items deleted].
Public eventItemsModified
Occurs when [items modified].
Top
See Also