Click or drag to resize

IWmiPushModelBaseTDataCreateWatcher Method

Creates the event watcher.

Namespace:  Xcalibur.WMI.Framework
Assembly:  Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
void CreateWatcher(
	Func<TData, TData> getMatchFunc
)

Parameters

getMatchFunc
Type: SystemFuncTData, TData
The function to evaluate the result.
See Also