1 instantiation of SendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (1)
40
return new
SendAsyncResult
(message, this, this.ContextProtocol, timeout, callback, state);
7 references to SendAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (7)
50
SendAsyncResult
.End(result);
158
SendAsyncResult
thisPtr = AsyncResult.End<
SendAsyncResult
>(result);
168
SendAsyncResult
thisPtr = (
SendAsyncResult
)result.AsyncState;
200
SendAsyncResult
thisPtr = (
SendAsyncResult
)result.AsyncState;