1 instantiation of SendAsyncResult
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
182
return new
SendAsyncResult
(this, message, timeout, callback, state);
6 references to SendAsyncResult
System.ServiceModel.Channels (6)
System\ServiceModel\Channels\UdpOutputChannel.cs (6)
193
SendAsyncResult
.End(result);
707
AsyncResult.End<
SendAsyncResult
>(result);
723
SendAsyncResult
thisPtr = (
SendAsyncResult
)result.AsyncState;
755
SendAsyncResult
thisPtr = (
SendAsyncResult
)state;