WMIEventWatcher(SelectQuery, UInt32) Constructor
Namespace: DevCase.Core.Diagnostics.WMIAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public WMIEventWatcher(
SelectQuery query,
uint groupWithinInterval
)
Public Sub New (
query As SelectQuery,
groupWithinInterval As UInteger
)
Dim query As SelectQuery
Dim groupWithinInterval As UInteger
Dim instance As New WMIEventWatcher(query, groupWithinInterval)
public:
WMIEventWatcher(
SelectQuery^ query,
unsigned int groupWithinInterval
)
new :
query : SelectQuery *
groupWithinInterval : uint32 -> WMIEventWatcher
No code example is currently available or this language may not be supported.
Parameters
- query SelectQuery
-
The WMI select query of the event class to subscribe for and its selected properties.
- groupWithinInterval UInt32
-
The interval, in seconds, of the specified interval at which WMI sends one aggregate event,
rather than many events.