StatusReportingWaitDialog Constructor (String, Int32)
Initializes a new instance of StatusReportingWaitDialog for the specified dialog box title and indication of total work.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim title As String
Dim totalWork As Integer
Dim instance As New StatusReportingWaitDialog(title, totalWork)
Syntax
'Declaration
Public Sub New ( _
title As String, _
totalWork As Integer _
)
public StatusReportingWaitDialog (
string title,
int totalWork
)
public:
StatusReportingWaitDialog (
String^ title,
int totalWork
)
public StatusReportingWaitDialog (
String title,
int totalWork
)
public function StatusReportingWaitDialog (
title : String,
totalWork : int
)
Parameters
- title
[in] Dialog box title.
- totalWork
[in] Value that indicates total work for the dialog box. See the TotalWork property.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
StatusReportingWaitDialog Class
StatusReportingWaitDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
TotalWork