Compartir a través de


AddInOperationCompletedEventArgs Constructor (Boolean, Boolean, Boolean, Exception)

 

Creates and initializes an instance of the AddInOperationCompletedEventArgs class.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

public AddInOperationCompletedEventArgs(
    bool reboot,
    bool restartDashboard,
    bool cancel,
    Exception error
)
public:
AddInOperationCompletedEventArgs(
    bool reboot,
    bool restartDashboard,
    bool cancel,
    Exception^ error
)
Public Sub New (
    reboot As Boolean,
    restartDashboard As Boolean,
    cancel As Boolean,
    error As Exception
)

Parameters

  • reboot
    Type: System.Boolean

    If true, the computer must be restarted; otherwise, false.

  • restartDashboard
    Type: System.Boolean

    If true, the Dashboard must be restarted; otherwise, false.

  • cancel
    Type: System.Boolean

    If true, the operation was canceled; otherwise, false.

See Also

AddInOperationCompletedEventArgs Overload
AddInOperationCompletedEventArgs Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top