共用方式為


SmsBackgroundWorker Constructor (Int32)

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

'Usage
Dim processQueryItemCount As Integer

Dim instance As New SmsBackgroundWorker(processQueryItemCount)

Syntax

'Declaration
Public Sub New ( _
    processQueryItemCount As Integer _
)
public SmsBackgroundWorker (
    int processQueryItemCount
)
public:
SmsBackgroundWorker (
    int processQueryItemCount
)
public SmsBackgroundWorker (
    int processQueryItemCount
)
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

Reference

SmsBackgroundWorker Class
SmsBackgroundWorker Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace