QueryProcessorBase Members
Represents a query processor for the connection manager in Configuration Manager 2007.
The following tables list the members exposed by the QueryProcessorBase type.
Protected Constructors
Name | Description | |
---|---|---|
QueryProcessorBase | Initializes an instance of QueryProcessorBase. |
Top
Public Properties
Name | Description | |
---|---|---|
QueryProcessorSetupReportActive | Gets a value that indicates if the query processor setup report is active. | |
UserStateToLifetime | Gets a value that indicates the user state to lifetime relationship. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
CancelAsync | Cancels an asynchronous query. | |
Equals | Overloaded. (inherited from Object) | |
ExecuteQuery | Overloaded. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ProcessQuery | Overloaded. | |
ReferenceEquals | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
OnFireQueryProcessorObjectReady | Handles a notification that a query processor is required, and fires a QueryProcessorObjectReady event. | |
OnFireQueryProcessorObjectsReady | Handles a notification that query processors are required, and fires a QueryProcessorObjectsReady event. | |
OnFireQueryProcessorSetupReport | Handles a notification that a query processor setup report is required, and fires a QueryProcessorSetupReport event. | |
ProcessQueryWorker | Completes the query operation by using an asynchronous pattern. | |
ReportQueryProcessorOperationComplete | Reports that the query processor operation is complete. |
Top
Public Events
Name | Description | |
---|---|---|
QueryProcessorCompleted | ||
QueryProcessorObjectReady | Notifies that the query processor object is ready. | |
QueryProcessorObjectsReady | Notifies that query processor objects are ready. | |
QueryProcessorSetupReport | Notifies that the query processor setup report is ready. |
Top
See Also
Reference
QueryProcessorBase Class
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ConnectionManagerBase Class
Other Resources
Managed SMS Provider Fundamentals in Configuration Manager
How to Enumerate Through The Configuration Manager Site Control File Using Managed Code
How to Perform an Asynchronous Configuration Manager Query by Using Managed Code