Initializes a new instance of StatusReportingWaitDialog for the specified node and dialog box title.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim node As ScopeNode
Dim title As String
Dim instance As New StatusReportingWaitDialog(node, title)
Syntax
'Declaration
Public Sub New ( _
    node As ScopeNode, _
    title As String _
)
public StatusReportingWaitDialog (
    ScopeNode node,
    string title
)
public:
StatusReportingWaitDialog (
    ScopeNode^ node, 
    String^ title
)
public StatusReportingWaitDialog (
    ScopeNode node, 
    String title
)
public function StatusReportingWaitDialog (
    node : ScopeNode, 
    title : String
)
Parameters
- node
[in] Microsoft.ManagementConsole.ScopeNode object. 
- title
[in] Dialog box title. 
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