Method AppendStage
AppendStage<TNewResult>(PipelineStageDefinition<TResult, TNewResult>)
Appends the stage to the pipeline.
IAggregateFluent<TNewResult> AppendStage<TNewResult>(PipelineStageDefinition<TResult, TNewResult> stage)Parameters
- stagePipelineStageDefinition<TResult, TNewResult>
- The stage. 
Returns
- IAggregateFluent<TNewResult>
- The fluent aggregate interface. 
Type Parameters
- TNewResult
- The type of the result of the stage.