예제 #1
0
 public DispatchRequestThread(RequestManager manager, Queue<Command> commands, object syncObj)
 {
     this.manager = manager;
     this.commands = commands;
     this.syncObj = syncObj;
 }
예제 #2
0
 public DispatchRequestThread(RequestManager manager, Queue <Command> commands, object syncObj)
 {
     this.manager  = manager;
     this.commands = commands;
     this.syncObj  = syncObj;
 }