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