Click or drag to resize

EventInfoProviderUpdateQuery Method

Updates the WMI query.

Namespace:  Xcalibur.WMI.Events
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public void UpdateQuery(
	DateTime startDate,
	DateTime endDate
)

Parameters

startDate
Type: SystemDateTime
The start date.
endDate
Type: SystemDateTime
The end date.
See Also