1 instantiation of DoneAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (1)
216
return new
DoneAsyncResult
(true, callback, state);
3 references to DoneAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (3)
226
DoneAsyncResult
doneAsyncResult = result as
DoneAsyncResult
;
228
return
DoneAsyncResult
.End(result);