AtomicComposition.Complete 方法
定义
将此组合操作标记为已完成。Marks this composition operation as complete.
public:
void Complete();
public void Complete ();
member this.Complete : unit -> unit
Public Sub Complete ()
注解
如果 AtomicComposition 是嵌套的,则直到父组合操作也完成后,才会执行完成操作。If this AtomicComposition is nested, completion actions will not be executed until the parent composition operation has also completed.