Exemplo n.º 1
0
 public bool Execute(string subject, IQueueTools tools, IOutput log)
 {
     foreach(var m in tools.Tail(subject))
     {
         log.Out(m.ToString());
     }
     return true;
 }
Exemplo n.º 2
0
 public bool Execute(string subject, IQueueTools tools, IOutput log)
 {
     foreach (var m in tools.Tail(subject))
     {
         log.Out(m.ToString());
     }
     return(true);
 }