PipelineStageBuilder<TSelf, TStage, TBaseNode, TProcessor, TShouldContinue>.WithName Method
Definition
Sets the name of the stage.
public TSelf WithName(string name);
Parameters
Name | Type | Description |
---|---|---|
name | The name. |
Returns
TSelf
The fluent builder.
Last modified: 12 August 2025