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