2 references to FromAsync
System (1)
net\System\Net\Sockets\UDPClient.cs (1)
1014
return Task<int>.Factory.
FromAsync
(BeginSend, EndSend, datagram, bytes, endPoint, null);
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
288
return Task<T>.Factory.
FromAsync
<ServiceChannel, ProxyOperationRuntime, object[]>(beginCallDelegate, endCallDelegate, channel, operation, inputParameters, OperationContext.Current);