PipelineComponent.PrepareForExecute 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 before PreExecute().
public:
virtual void PrepareForExecute();
public virtual void PrepareForExecute ();
abstract member PrepareForExecute : unit -> unit
override this.PrepareForExecute : unit -> unit
Public Overridable Sub PrepareForExecute ()
Remarks
A run-time method that is called before PreExecute. Component developers may do some initialization in this method; however the BufferManager is not available until PreExecute.