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
siva nathan
948
828
232.8k
need explanation C# below code
Dec 10 2020 7:23 AM
Hi All,
can anyone explain why we use continuewith in C#
return await Task.Run(() =>
{
using (sample d=new sample())
{
classa obj=new classa();
obj.name=a.name;
obj.address=a.address;
return d.create().continuewith((b)=>
return 'welcome';
) ;
}
why we use create.continuewith and why we write inside Task.Run()
can anyone explain the above code
Reply
Answers (
3
)
Error while consuming API into .NET 3.5 with VS2008 into Console App
Parameter is Not Valid Error