Initializes a new instance of StatusReportingWaitDialog for the specified node, dialog box title, and indication of total work. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim node As ScopeNode
Dim title As String
Dim totalWork As Integer

Dim instance As New StatusReportingWaitDialog(node, title, totalWork)

Syntax

Visual Basic
Public Sub New ( _
		node As ScopeNode, _
		title As String, _
		totalWork As Integer _
)
C#
public StatusReportingWaitDialog (
		ScopeNode node,
		string title,
		int totalWork
)
C++
public:
StatusReportingWaitDialog (
		ScopeNode^ node, 
		String^ title, 
		int totalWork
)
J#
public StatusReportingWaitDialog (
		ScopeNode node, 
		String title, 
		int totalWork
)
JScript
public function StatusReportingWaitDialog (
		node : ScopeNode, 
		title : String, 
		totalWork : int
)

Parameters

node

[in] Microsoft.ManagementConsole.ScopeNode object.

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