AsyncDolls.Pipeline.Incoming.IncomingPipeline.IIncomingLogicalStepRegisterer C# (CSharp) Method

IIncomingLogicalStepRegisterer() private method

private IIncomingLogicalStepRegisterer ( Func stepFactory ) : IIncomingLogicalStepRegisterer
stepFactory Func
return IIncomingLogicalStepRegisterer
        IIncomingLogicalStepRegisterer IIncomingLogicalStepRegisterer.Register(Func<IIncomingLogicalStep> stepFactory)
        {
            registeredLogicalPipeline.Add(new LazyLogicalStep(stepFactory));

            return this;
        }

Same methods

IncomingPipeline::IIncomingLogicalStepRegisterer ( IIncomingLogicalStep step ) : IIncomingLogicalStepRegisterer