UpdateAction Methods |
The UpdateAction type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cleanup |
Performs any cleanup work needed by the UpdateAction after the target
application has been completely updated.
|
![]() | Equals | (Inherited from Object.) |
![]() | Execute |
Executes the UpdateAction, updating the target application.
|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnProgressChanged |
Raises the ProgressChanged event.
|
![]() | Prepare |
Prepares the target application, performing any tasks needed before Execute(UpdateContext)
can be called.
|
![]() | RollbackExecute |
Rolls back any work performed in Execute(UpdateContext).
|
![]() | RollbackPrepare |
Rolls back any work performed in Prepare(UpdateContext).
|
![]() | ToString | (Inherited from Object.) |