CXAction.Fulfill Method

Definition

Tells the system that the action has been successfully completed.

[Foundation.Export("fulfill")]
public virtual void Fulfill ();
abstract member Fulfill : unit -> unit
override this.Fulfill : unit -> unit
Attributes

Remarks

Developers must call this method after they have successfully performed an action.

Applies to