PipelineComponent.Cleanup 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.
Frees resources and finishes the execution of the component.
public:
virtual void Cleanup();
public virtual void Cleanup ();
abstract member Cleanup : unit -> unit
override this.Cleanup : unit -> unit
Public Overridable Sub Cleanup ()
Remarks
Cleanup
is the last method that is called during execution of a data flow component. Components should release allocated resources and do post processing work such as assigning values to variables, during this method.