Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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