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