PipelineComponent.Cleanup Method

Definition

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.

Applies to