2 instantiations of ReceiveContextAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqReceiveContext.cs (2)
147return new ReceiveContextAsyncResult(receiver, timeout, callback, state, onComplete); 156return new ReceiveContextAsyncResult(receiver, timeout, callback, state, onAbandon);
9 references to ReceiveContextAsyncResult
System.ServiceModel (9)
System\ServiceModel\Channels\MsmqReceiveContext.cs (9)
101return ReceiveContextAsyncResult.CreateComplete(this, timeout, callback, state); 106ReceiveContextAsyncResult.End(result); 111return ReceiveContextAsyncResult.CreateAbandon(this, timeout, callback, state); 116ReceiveContextAsyncResult.End(result); 161ReceiveContextAsyncResult result = parameter as ReceiveContextAsyncResult; 190ReceiveContextAsyncResult result = parameter as ReceiveContextAsyncResult; 207AsyncResult.End<ReceiveContextAsyncResult>(result);