1 write to messageDequeuedCallback
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1112this.messageDequeuedCallback = new Action(StartBackgroundReceive); // kick off a new receive when a message is picked up
3 references to messageDequeuedCallback
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
1239this.pendingMessages.EnqueueAndDispatch(exceptionFromBeginReceive, messageDequeuedCallback, false); 1288this.pendingMessages.EnqueueAndDispatch(receiveException, this.messageDequeuedCallback, true); 1300this.pendingMessages.EnqueueAndDispatch(message, this.messageDequeuedCallback, true);