WqlEventQuery Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a WMI event query in WQL format.
public ref class WqlEventQuery : System::Management::EventQuery
public class WqlEventQuery : System.Management.EventQuery
type WqlEventQuery = class
inherit EventQuery
Public Class WqlEventQuery
Inherits EventQuery
- Inheritance
Constructors
WqlEventQuery() |
Initializes a new instance of the WqlEventQuery class. This is the parameterless constructor. |
WqlEventQuery(String) |
Initializes a new instance of the WqlEventQuery class based on the given query string or event class name. |
WqlEventQuery(String, String) |
Initializes a new instance of the WqlEventQuery class for the specified event class name, with the specified condition. |
WqlEventQuery(String, String, TimeSpan) |
Initializes a new instance of the WqlEventQuery class with the specified event class name, condition, and grouping interval. |
WqlEventQuery(String, String, TimeSpan, String[]) |
Initializes a new instance of the WqlEventQuery class with the specified event class name, condition, grouping interval, and grouping properties. |
WqlEventQuery(String, TimeSpan) |
Initializes a new instance of the WqlEventQuery class for the specified event class, with the specified latency time. |
WqlEventQuery(String, TimeSpan, String) |
Initializes a new instance of the WqlEventQuery class with the specified event class name, polling interval, and condition. |
WqlEventQuery(String, TimeSpan, String, TimeSpan, String[], String) |
Initializes a new instance of the WqlEventQuery class with the specified event class name, condition, grouping interval, grouping properties, and specified number of events. |
Properties
Condition |
Gets or sets the condition to be applied to events of the specified class. |
EventClassName |
Gets or sets the event class to query. |
GroupByPropertyList |
Gets or sets properties in the event to be used for grouping events of the same type. |
GroupWithinInterval |
Gets or sets the interval to be used for grouping events of the same type. |
HavingCondition |
Gets or sets the condition to be applied to the aggregation of events, based on the number of events received. |
QueryLanguage |
Gets the language of the query. |
QueryString |
Gets or sets the string representing the query. |
WithinInterval |
Gets or sets the polling interval to be used in this query. |
Methods
BuildQuery() |
Builds the query string according to the current property values. |
Clone() |
Creates a copy of the object. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ParseQuery(String) |
Parses the query string and sets the property values accordingly. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |