You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TAnalysis Class > TAnalysis Methods > TAnalysis.Pull Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TAnalysis.Pull Method

Request recalculation of the entire chain of all connected components.

Syntax
C#
Visual Basic
public virtual TPipeState Pull();

Returns pipeOK, if the recalculation was successfull. If you have a processing chain of many connected components, the entire chain will be recalculated by calling the Pull method of the last component in the chain. If the Pull returns pipeStreaming, call the Pull method until it returns pipeOk. When the Pull method returns pipeEnd, the end of the data stream has been reached.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!