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

Visual Basic
Dim title As String
Dim totalWork As Integer

Dim instance As New StatusReportingWaitDialog(title, totalWork)

Syntax

Visual Basic
Public Sub New ( _
		title As String, _
		totalWork As Integer _
)
C#
public StatusReportingWaitDialog (
		string title,
		int totalWork
)
C++
public:
StatusReportingWaitDialog (
		String^ title, 
		int totalWork
)
J#
public StatusReportingWaitDialog (
		String title, 
		int totalWork
)
JScript
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