C# Class Pipeline.Results.Outcome

Exibir arquivo Open project: kmcgain/Pipeline-Processor

Public Methods

Method Description
Outcome ( PipelineResult pipelineResult )

Return a custom result.

Outcome ( int statusCode, string errorMessage )

Return an error with no ETag. Do not use for 200 OK.

Method Details

Outcome() public method

Return a custom result.
public Outcome ( PipelineResult pipelineResult )
pipelineResult PipelineResult

Outcome() public method

Return an error with no ETag. Do not use for 200 OK.
public Outcome ( int statusCode, string errorMessage )
statusCode int
errorMessage string