1 write to messageDequeuedCallback
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1112
this.
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)
1239
this.pendingMessages.EnqueueAndDispatch(exceptionFromBeginReceive,
messageDequeuedCallback
, false);
1288
this.pendingMessages.EnqueueAndDispatch(receiveException, this.
messageDequeuedCallback
, true);
1300
this.pendingMessages.EnqueueAndDispatch(message, this.
messageDequeuedCallback
, true);