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