AsyncDolls.Pipeline.Outgoing.OutgoingPipeline.IOutgoingLogicalStepRegisterer C# (CSharp) Method

IOutgoingLogicalStepRegisterer() private method

private IOutgoingLogicalStepRegisterer ( Func stepFactory ) : IOutgoingLogicalStepRegisterer
stepFactory Func
return IOutgoingLogicalStepRegisterer
        IOutgoingLogicalStepRegisterer IOutgoingLogicalStepRegisterer.Register(Func<IOutgoingLogicalStep> stepFactory)
        {
            registeredlogicalPipelineSteps.Enqueue(new LazyLogicalStep(stepFactory));

            return this;
        }

Same methods

OutgoingPipeline::IOutgoingLogicalStepRegisterer ( IOutgoingLogicalStep step ) : IOutgoingLogicalStepRegisterer