Click or drag to resize

IEventInfoProvider Interface

Event Information Provider - interface

Namespace:  Xcalibur.WMI.Events
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public interface IEventInfoProvider : IWmiPullModelBase<IEventInfo>, 
	IWmiModelBase<IEventInfo>, IDisposable

The IEventInfoProvider type exposes the following members.

Properties
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGet
Gets the specified object.
(Inherited from IWmiModelBaseTData.)
Public methodPull
Gets the results.
(Inherited from IWmiPullModelBaseTData.)
Public methodRefresh
Performs a Get operation on the current data based on a user specified override.
(Inherited from IWmiPullModelBaseTData.)
Public methodUpdate(Int32)
Updates this instance.
(Inherited from IWmiModelBaseTData.)
Public methodUpdateTConfig(TConfig, Int32)
Updates the specified configuration.
(Inherited from IWmiModelBaseTData.)
Top
See Also