PipelineStageBuilder<TSelf, TProcessor, TNode>.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: 22 November 2024