Exemplo n.º 1
0
 public void Dispatch()
 {
     // NOTE: don't need to check IsDisposed here: InputQueue will handle dispose
     inputQueue.Dispatch();
 }
Exemplo n.º 2
0
 public void Dispatch()
 {
     channelQueue.Dispatch();
 }