1 instantiation of SendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
183
return new
SendAsyncResult
(this, message, timeout, callback, state);
4 references to SendAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (4)
193
SendAsyncResult
.End(result);
331
AsyncResult.End<
SendAsyncResult
>(result);
341
SendAsyncResult
thisPtr = (
SendAsyncResult
)result.AsyncState;