SmsBackgroundWorker Members
Runs an operation on a separate thread in Configuration Manager 2007.
The following tables list the members exposed by the SmsBackgroundWorker type.
Public Constructors
Name | Description | |
---|---|---|
SmsBackgroundWorker | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
CancellationPending | Gets a value that indicates whether the application has requested cancelation of a background operation. | |
IsBusy | Gets a value that indicates whether the background worker is busy running a background operation. | |
ProcessQueryItemCount | Gets the number of query items that are retrieved by QueryProcessorObjectsReady. | |
WorkerProcess | Sets an event handler delegate to use when the application calls RunWorkerAsync. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
WorkerSet | Gets a value that indicates whether the background worker process has been set previously. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
CancelAsync | Requests cancelation of a pending asynchronous operation. | |
Dispose | Overloaded. | |
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ReportProgress | Reports progress on a background operation. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
RunWorkerAsync | Starts execution of a background asynchronous operation. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
Public Events
Name | Description | |
---|---|---|
QueryProcessorCompleted | Notifies of the completion of query processing. | |
QueryProcessorObjectReady | Notifies that the query processor object is ready. | |
QueryProcessorObjectsReady | Notifies that query processor objects are ready. |
Top
See Also
Reference
SmsBackgroundWorker Class
Microsoft.ConfigurationManagement.ManagementProvider Namespace
QueryProcessorBase Class
Other Resources
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