Skip to content

PipelineStageBuilder<TSelf, TStage, TBaseNode, TProcessor, TShouldContinue>.WithName Method

Definition

Sets the name of the stage.

public TSelf WithName(string name);

View source

Parameters

Name Type Description
name String The name.

Returns

TSelf

The fluent builder.