AddInOperationCompletedEventArgs Class
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 | |
---|---|---|
AddInOperationCompletedEventArgs(Boolean, Boolean, Boolean, Exception) | Creates and initializes an instance of the AddInOperationCompletedEventArgs class. |
|
AddInOperationCompletedEventArgs(Exception) | Creates and initializes an instance of the AddInOperationCompletedEventArgs class with the specified error. |
Properties
Name | Description | |
---|---|---|
Cancelled | (Inherited from AsyncCompletedEventArgs.) |
|
Error | (Inherited from AsyncCompletedEventArgs.) |
|
RebootRequired | Indicates whether the computer must be restarted. |
|
RestartDashboard | Indicates whether the Dashboard must be restarted. |
|
UserState | (Inherited from AsyncCompletedEventArgs.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
RaiseExceptionIfNecessary() | (Inherited from AsyncCompletedEventArgs.) |
|
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