CXAction.Fulfill Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.