1 write to onReceive
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
555
this.
onReceive
= Fx.ThunkCallback(new AsyncCallback(OnReceive));
2 references to onReceive
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
553
if (this.
onReceive
== null)
558
channel.BeginReceive(TimeSpan.MaxValue, this.
onReceive
, channel);