1 instantiation of CloseAsyncResult
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
300
return new
CloseAsyncResult
(
4 references to CloseAsyncResult
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpOutputChannel.cs (4)
315
CloseAsyncResult
.End(result);
964
AsyncResult.End<
CloseAsyncResult
>(result);
969
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)state;