2 instantiations of 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);
9 references to SessionReceiveContextAsyncResult
System.ServiceModel (9)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (9)
345
return
SessionReceiveContextAsyncResult
.CreateAbandon(this, timeout, callback, state);
350
return
SessionReceiveContextAsyncResult
.CreateComplete(this, timeout, callback, state);
360
SessionReceiveContextAsyncResult
.End(result);
365
SessionReceiveContextAsyncResult
.End(result);
406
SessionReceiveContextAsyncResult
result = parameter as
SessionReceiveContextAsyncResult
;
436
SessionReceiveContextAsyncResult
result = parameter as
SessionReceiveContextAsyncResult
;
453
AsyncResult.End<
SessionReceiveContextAsyncResult
>(result);