Compartir a través de


StatusReportingWaitDialog Constructor (ScopeNode, String, Int32)

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

'Usage
Dim node As ScopeNode
Dim title As String
Dim totalWork As Integer

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

Syntax

'Declaration
Public Sub New ( _
    node As ScopeNode, _
    title As String, _
    totalWork As Integer _
)
public StatusReportingWaitDialog (
    ScopeNode node,
    string title,
    int totalWork
)
public:
StatusReportingWaitDialog (
    ScopeNode^ node, 
    String^ title, 
    int totalWork
)
public StatusReportingWaitDialog (
    ScopeNode node, 
    String title, 
    int totalWork
)
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

Reference

StatusReportingWaitDialog Class
StatusReportingWaitDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
TotalWork