Runs an operation on a separate thread in Configuration Manager 2007. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As SmsBackgroundWorker

Syntax

Visual Basic
Public Class SmsBackgroundWorker
		Implements IDisposable
C#
public class SmsBackgroundWorker : IDisposable
C++
public ref class SmsBackgroundWorker : IDisposable
J#
public class SmsBackgroundWorker implements IDisposable
JScript
public class SmsBackgroundWorker implements IDisposable

Remarks

This class is used by QueryProcessorBase objects to provide thread support query results for asynchronous queries. For information about using this class, see How to Enumerate Through The Configuration Manager Site Control File Using Managed Code and How to Perform an Asynchronous Configuration Manager Query by Using Managed Code.


Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.ManagementProvider.SmsBackgroundWorker

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also