AtomicComposition.AddRevertAction(Action) Method

Definition

Adds an action to be executed if the overall composition operation fails.

public:
 void AddRevertAction(Action ^ revertAction);
public void AddRevertAction (Action revertAction);
member this.AddRevertAction : Action -> unit
Public Sub AddRevertAction (revertAction As Action)

Parameters

revertAction
Action

The action to be executed.

Applies to