1 instantiation of SendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
510
return new
SendAsyncResult
(this, message, timeout, callback, state);
6 references to SendAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\OneWayChannelFactory.cs (6)
515
SendAsyncResult
.End(result);
705
AsyncResult.End<
SendAsyncResult
>(result);
757
SendAsyncResult
thisPtr = (
SendAsyncResult
)result.AsyncState;
792
SendAsyncResult
thisPtr = (
SendAsyncResult
)result.AsyncState;