Created
October 6, 2014 15:52
-
-
Save shahzadusman/c6e69d4455d064012054 to your computer and use it in GitHub Desktop.
Problem in executing code completly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First line is not returning result so it is not executing remaining three line please help me solve this problem. | |
string fileName = ftpFileManager.DownloadFileAsync("products2.dat", "foo").Result; // Not returning result | |
Console.WriteLine(fileName); // Not executing | |
Console.WriteLine("Done"); // Not executing | |
Console.ReadLine(); // Not executing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment