AsyncDolls.Pipeline.Outgoing.OutgoingPipelineFactory.OutgoingPipelineFactory C# (CSharp) Method

OutgoingPipelineFactory() public method

public OutgoingPipelineFactory ( IMessageRouter router ) : System.Threading.Tasks
router IMessageRouter
return System.Threading.Tasks
        public OutgoingPipelineFactory(IMessageRouter router)
        {
            this.router = router;
        }