CallExternalMethodActivity (Eventos)
.NET Framework 3.0
| Nombre | Descripción | |
|---|---|---|
| Canceling | Occurs when the activity execution is canceled. (Se hereda de Activity). |
| Closed | Occurs when an Activity has completed execution. (Se hereda de Activity). |
| Compensating | Occurs when running a compensation method on the Activity. (Se hereda de Activity). |
| Executing | Occurs when the Activity is run. (Se hereda de Activity). |
| Faulting | Occurs when an exception is raised during the running of the instance. (Se hereda de Activity). |
| MethodInvoking | Occurs before invoking the method. |
| StatusChanged | Occurs when the ActivityExecutionStatus of a running Activity changes. (Se hereda de Activity). |