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
)
Public Sub UpdateQuery (
startDate As DateTime,
endDate As DateTime
)
public:
void UpdateQuery(
DateTime startDate,
DateTime endDate
)
member UpdateQuery :
startDate : DateTime *
endDate : DateTime -> unit
Parameters
- startDate
- Type: SystemDateTime
The start date. - endDate
- Type: SystemDateTime
The end date.
See Also