AsyncDolls.Pipeline.Outgoing.OutgoingPipelineFactory.OutgoingPipelineFactory C# (CSharp) 메소드

OutgoingPipelineFactory() 공개 메소드

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