AtomicComposition.Complete Method

Definition

Marks this composition operation as complete.

public:
 void Complete();
public void Complete ();
member this.Complete : unit -> unit
Public Sub Complete ()

Remarks

If this AtomicComposition is nested, completion actions will not be executed until the parent composition operation has also completed.

Applies to