PipelineComponent.PostExecute 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.
Called at the end of component execution, but before Cleanup().
public:
virtual void PostExecute();
public virtual void PostExecute ();
abstract member PostExecute : unit -> unit
override this.PostExecute : unit -> unit
Public Overridable Sub PostExecute ()
Remarks
This run-time method is called after the component has finished running. Components should perform post-execution tasks such as assigning values to run-time variables, and freeing allocated resources.