4 references to StartBackgroundReceive
System.ServiceModel (4)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
1112
this.messageDequeuedCallback = new Action(
StartBackgroundReceive
); // kick off a new receive when a message is picked up
1521
this.
StartBackgroundReceive
();
1527
this.
StartBackgroundReceive
();
1543
this.
StartBackgroundReceive
();