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
Chintan Dave
NA
67
37k
Asynchronous Methods
Aug 9 2018 6:33 AM
What should I utilize for writing something in Task.run method of web application in C#?
For Example :
public static async Task AsynchronousSave(string ID,string ButtonClicked,string operationType, string UserID ,int roleRank,DateTime DEDateTime,string activity,string strChartJSON,string UserRole,int medrecactkey,string DEAttemptId)
{
//HttpContext.Current.Response.Write("Execution Start AsynchronousSave: " + ID + "\n");
await Task.Run(() =>
{
// I Would like to write something over here ....Response.write already tried not worked here
}
);}
Reply
Answers (
2
)
avoid Duplicate records inserting
How to compress the folder? and download the zip file