Activity Events
.NET Framework 4.5
The Activity type exposes the following members.
| Name | Description | |
|---|---|---|
|
Canceling | Occurs when the activity execution is canceled. |
|
Closed | Occurs when an Activity has completed execution. |
|
Compensating | Occurs when running a compensation method on the Activity. |
|
Executing | Occurs when the Activity is run. |
|
Faulting | Occurs when an exception is raised during the running of the instance. |
|
StatusChanged | Occurs when the ActivityExecutionStatus of a running Activity changes. |
| Name | Description | |
|---|---|---|
|
IComponent.Disposed | Represents the method that handles the Disposed event of a component. (Inherited from DependencyObject.) |