Esempio n. 1
0
 public bool OnSend(ref TickBinary o)
 {
     try {
         return(tickQueue.TryEnQueue(ref o));
     } catch (QueueException) {
         // Queue already terminated.
     }
     return(true);
 }