WaitDialog.Dispose Method (Boolean)

 

Terminates the unmanaged wait dialog.

Namespace:   Microsoft.ManagementConsole.Advanced
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

protected override void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
) override
override Dispose : 
        disposing:bool -> unit
Protected Overrides Sub Dispose (
    disposing As Boolean
)

Parameters

  • disposing
    Type: System.Boolean

    A flag that is set to true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also

Disposeā€‚Overload
WaitDialog Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top