2 references to SessionReceiveContextAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (2)
392
return new
SessionReceiveContextAsyncResult
(receiveContext, timeout, callback, state, onComplete);
401
return new
SessionReceiveContextAsyncResult
(receiveContext, timeout, callback, state, onAbandon);