Ejemplo n.º 1
0
 public DispatchRequestThread(RequestManager manager, Queue<Command> commands, object syncObj)
 {
     this.manager = manager;
     this.commands = commands;
     this.syncObj = syncObj;
 }
Ejemplo n.º 2
0
 public DispatchRequestThread(RequestManager manager, Queue <Command> commands, object syncObj)
 {
     this.manager  = manager;
     this.commands = commands;
     this.syncObj  = syncObj;
 }