Freigeben über


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
public property QueryProcessorSetupReportActive Gets a value that indicates if the query processor setup report is active.
public property UserStateToLifetime Gets a value that indicates the user state to lifetime relationship.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method CancelAsync Cancels an asynchronous query.
public method Equals  Overloaded. (inherited from Object)
public method ExecuteQuery Overloaded.  
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ProcessQuery Overloaded.  
public methodstatic ReferenceEquals  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
protected method OnFireQueryProcessorObjectReady Handles a notification that a query processor is required, and fires a QueryProcessorObjectReady event.
protected method OnFireQueryProcessorObjectsReady Handles a notification that query processors are required, and fires a QueryProcessorObjectsReady event.
protected method OnFireQueryProcessorSetupReport Handles a notification that a query processor setup report is required, and fires a QueryProcessorSetupReport event.
protected method ProcessQueryWorker Completes the query operation by using an asynchronous pattern.
protected method ReportQueryProcessorOperationComplete Reports that the query processor operation is complete.

Top

Public Events

  Name Description
public event QueryProcessorCompleted  
public event QueryProcessorObjectReady Notifies that the query processor object is ready.
public event QueryProcessorObjectsReady Notifies that query processor objects are ready.
public event 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