Example #1
0
 public OptionsBuilder WithPostProcessPipeline(CommandPipelineStage commandPipelineStage)
 {
     postProcessPipelineStage = commandPipelineStage;
     return this;
 }
Example #2
0
 public OptionsBuilder WithPostProcessPipeline(CommandPipelineStage commandPipelineStage)
 {
     postProcessPipelineStage = commandPipelineStage;
     return(this);
 }