コード例 #1
0
 public ProcessingThread(IRampUpController rampUpController, Func<Message> receive, Action<Message> process, Action<string> addEvent)
 {
     this.rampUpController = rampUpController;
     this.receive = receive;
     this.process = process;
     this.addEvent = addEvent;
 }
コード例 #2
0
 public ProcessingThread(IRampUpController rampUpController, Func <Message> receive, Action <Message> process, Action <string> addEvent)
 {
     this.rampUpController = rampUpController;
     this.receive          = receive;
     this.process          = process;
     this.addEvent         = addEvent;
 }