TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Amit Kumar Singh
403
4k
202.4k
Async and Await in C#
Aug 2 2018 5:36 AM
Hi,
I am using Async and await to call 2 methods at a time in main method.It is executing fine.
But in method one value is greater then method 2.So one method 2 completes..Execution comes out of loop.
static void Main()
{
Method1(); 1 Lakh records (Async and await used on method 1)
Method2(); 50 Thousands records
}
Thanks
Amit
Reply
Answers (
3
)
variable for foreach loop
C# Windows Form using Oracle connection how to keep it.