4 references to FromAsync
System (3)
net\System\Net\DNS.cs (3)
1058
return Task<IPAddress[]>.Factory.
FromAsync
(BeginGetHostAddresses, EndGetHostAddresses, hostNameOrAddress, null);
1064
return Task<IPHostEntry>.Factory.
FromAsync
(BeginGetHostEntry, EndGetHostEntry, address, null);
1070
return Task<IPHostEntry>.Factory.
FromAsync
(BeginGetHostEntry, EndGetHostEntry, hostNameOrAddress, null);
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
2489
Task<SqlDataReader>.Factory.
FromAsync
(BeginExecuteReaderAsync, EndExecuteReaderAsync, behavior, null).ContinueWith((t) => {