1 write to onAbandon
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
399
onAbandon
= new Action<object>(OnAbandon);
2 references to onAbandon
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (2)
397
if (
onAbandon
== null)
401
return new SessionReceiveContextAsyncResult(receiveContext, timeout, callback, state,
onAbandon
);