Initializes a new instance of SmsBackgroundWorker for the specified item count. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim processQueryItemCount As Integer

Dim instance As New SmsBackgroundWorker(processQueryItemCount)

Syntax

Visual Basic
Public Sub New ( _
		processQueryItemCount As Integer _
)
C#
public SmsBackgroundWorker (
		int processQueryItemCount
)
C++
public:
SmsBackgroundWorker (
		int processQueryItemCount
)
J#
public SmsBackgroundWorker (
		int processQueryItemCount
)
JScript
public function SmsBackgroundWorker (
		processQueryItemCount : int
)

Parameters

processQueryItemCount

[in] Count of query items to process.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also