2 instantiations of SessionReceiveContextAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (2)
392return new SessionReceiveContextAsyncResult(receiveContext, timeout, callback, state, onComplete); 401return new SessionReceiveContextAsyncResult(receiveContext, timeout, callback, state, onAbandon);
9 references to SessionReceiveContextAsyncResult
System.ServiceModel (9)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (9)
345return SessionReceiveContextAsyncResult.CreateAbandon(this, timeout, callback, state); 350return SessionReceiveContextAsyncResult.CreateComplete(this, timeout, callback, state); 360SessionReceiveContextAsyncResult.End(result); 365SessionReceiveContextAsyncResult.End(result); 406SessionReceiveContextAsyncResult result = parameter as SessionReceiveContextAsyncResult; 436SessionReceiveContextAsyncResult result = parameter as SessionReceiveContextAsyncResult; 453AsyncResult.End<SessionReceiveContextAsyncResult>(result);