Example #1
0
 public bool Receive(out Envelope envelope)
 {
     return(InboundQueue.TryDequeue(out envelope));
 }