PipelineStageBuilder<TSelf, TProcessor, TNode>.WithAlwaysContinue Method
Definition
Specifies that processing should always continue after this stage. By default, processing will not continue if there are any errors in the tree.
public TSelf WithAlwaysContinue();
Returns
TSelf
The fluent builder.
Last modified: 22 November 2024