Partager via


CompensatableTransactionScopeActivity.ICompensatableActivity.Compensate Méthode

Définition

Appelé par l'exécution du workflow pour compenser une activité dont l'état est Closed. La valeur Succeeded doit être attribuée à la propriété ExecutionResult de l'activité afin d'être compensable.

 virtual System::Workflow::ComponentModel::ActivityExecutionStatus System.Workflow.ComponentModel.ICompensatableActivity.Compensate(System::Workflow::ComponentModel::ActivityExecutionContext ^ executionContext) = System::Workflow::ComponentModel::ICompensatableActivity::Compensate;
System.Workflow.ComponentModel.ActivityExecutionStatus ICompensatableActivity.Compensate (System.Workflow.ComponentModel.ActivityExecutionContext executionContext);
abstract member System.Workflow.ComponentModel.ICompensatableActivity.Compensate : System.Workflow.ComponentModel.ActivityExecutionContext -> System.Workflow.ComponentModel.ActivityExecutionStatus
override this.System.Workflow.ComponentModel.ICompensatableActivity.Compensate : System.Workflow.ComponentModel.ActivityExecutionContext -> System.Workflow.ComponentModel.ActivityExecutionStatus
Function Compensate (executionContext As ActivityExecutionContext) As ActivityExecutionStatus Implements ICompensatableActivity.Compensate

Paramètres

executionContext
ActivityExecutionContext

ActivityExecutionContext pour l'opération.

Retours

ActivityExecutionStatus

ActivityExecutionStatus après essai de l'opération.

Implémente

S’applique à