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)

System::Object
  System::EventArgs
    System.ComponentModel::AsyncCompletedEventArgs
      Microsoft.WindowsServerSolutions.AddinInfrastructure::AddInOperationCompletedEventArgs

public ref class AddInOperationCompletedEventArgs : AsyncCompletedEventArgs

NameDescription
System_CAPS_pubmethodAddInOperationCompletedEventArgs(Boolean, Boolean, Boolean, Exception^)

Creates and initializes an instance of the AddInOperationCompletedEventArgs class.

System_CAPS_pubmethodAddInOperationCompletedEventArgs(Exception^)

Creates and initializes an instance of the AddInOperationCompletedEventArgs class with the specified error.

NameDescription
System_CAPS_pubpropertyCancelled

(Inherited from AsyncCompletedEventArgs.)

System_CAPS_pubpropertyError

(Inherited from AsyncCompletedEventArgs.)

System_CAPS_pubpropertyRebootRequired

Indicates whether the computer must be restarted.

System_CAPS_pubpropertyRestartDashboard

Indicates whether the Dashboard must be restarted.

System_CAPS_pubpropertyUserState

(Inherited from AsyncCompletedEventArgs.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodRaiseExceptionIfNecessary()

(Inherited from AsyncCompletedEventArgs.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: