Represents a status reporting wait dialog box that is used to report status on long-running operations in Configuration Manager 2007. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As StatusReportingWaitDialog

Syntax

Visual Basic
Public Class StatusReportingWaitDialog
		Inherits CommonDialog
C#
public class StatusReportingWaitDialog : CommonDialog
C++
public ref class StatusReportingWaitDialog : public CommonDialog
J#
public class StatusReportingWaitDialog extends CommonDialog
JScript
public class StatusReportingWaitDialog extends CommonDialog

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Windows.Forms.CommonDialog
        Microsoft.ConfigurationManagement.AdminConsole.StatusReportingWaitDialog

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also