Click or drag to resize

IWmiPullModelBaseTData Interface

Base class for all pull-based WMI models. The generic describes the corresponding configuration type of the class - interface.

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 IWmiPullModelBase<TData> : IWmiModelBase<TData>, 
	IDisposable

Type Parameters

TData
The type of the data.

The IWmiPullModelBaseTData type exposes the following members.

Properties
Methods
See Also