Example #1
0
 public void SetNotifyOnEnqueue(Utils.INotifyable notifyOnEnqueue)
 {
     lock (queueMutex)
     {
         mesgEnqueuedNotify = notifyOnEnqueue;
     }
 }
Example #2
0
 public void SetNotifyOnEnqueue(Utils.INotifyable notifyOnEnqueue)
 {
     lock (queueMutex)
     {
         mesgEnqueuedNotify = notifyOnEnqueue;
     }
 }