2 overrides of Enqueue
System.ServiceModel (2)
System\ServiceModel\Channels\DatagramAdapter.cs (2)
783
protected override void
Enqueue
(Exception exception, Action callback)
872
protected override void
Enqueue
(Exception exception, Action callback)
7 references to Enqueue
System.ServiceModel (7)
System\ServiceModel\Channels\DatagramAdapter.cs (7)
158
this.
Enqueue
(exception, channelPumpAfterExceptionDelegate);
195
this.
Enqueue
(exception, channelPumpAfterExceptionDelegate);
236
this.
Enqueue
(exception, channelPumpAfterExceptionDelegate);
419
this.parent.
Enqueue
(e, null);
471
this.parent.
Enqueue
(exception, this.itemDequeuedDelegate);
523
this.parent.
Enqueue
(exception, this.itemDequeuedDelegate);
558
this.parent.
Enqueue
(exception, this.itemDequeuedDelegate);