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.
Represents the event information for the operation that is related to an add-in package.
Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)
Inheritance Hierarchy
System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.WindowsServerSolutions.AddinInfrastructure.AddInOperationCompletedEventArgs
Syntax
public class AddInOperationCompletedEventArgs : AsyncCompletedEventArgs
public ref class AddInOperationCompletedEventArgs : AsyncCompletedEventArgs
Public Class AddInOperationCompletedEventArgs
    Inherits AsyncCompletedEventArgs
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | AddInOperationCompletedEventArgs(Boolean, Boolean, Boolean, Exception) | Creates and initializes an instance of the AddInOperationCompletedEventArgs class. | 
| .jpeg) | AddInOperationCompletedEventArgs(Exception) | Creates and initializes an instance of the AddInOperationCompletedEventArgs class with the specified error. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Cancelled | (Inherited from AsyncCompletedEventArgs.) | 
| .jpeg) | Error | (Inherited from AsyncCompletedEventArgs.) | 
| .jpeg) | RebootRequired | Indicates whether the computer must be restarted. | 
| .jpeg) | RestartDashboard | Indicates whether the Dashboard must be restarted. | 
| .jpeg) | UserState | (Inherited from AsyncCompletedEventArgs.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | RaiseExceptionIfNecessary() | (Inherited from AsyncCompletedEventArgs.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
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.
See Also
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top