Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.BooleanIf true, the computer must be restarted; otherwise, false.
restartDashboard
Type: System.BooleanIf true, the Dashboard must be restarted; otherwise, false.
cancel
Type: System.BooleanIf true, the operation was canceled; otherwise, false.
error
Type: System.ExceptionThe error that occurred.
See Also
AddInOperationCompletedEventArgs Overload
AddInOperationCompletedEventArgs Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top