1 write to onComplete
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveContext.cs (1)
145
onComplete
= new Action<object>(OnComplete);
2 references to onComplete
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqReceiveContext.cs (2)
143
if (
onComplete
== null)
147
return new ReceiveContextAsyncResult(receiver, timeout, callback, state,
onComplete
);