1 write to onComplete
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
390
onComplete
= new Action<object>(OnComplete);
2 references to onComplete
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (2)
388
if (
onComplete
== null)
392
return new SessionReceiveContextAsyncResult(receiveContext, timeout, callback, state,
onComplete
);