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
Koteswararao Mallisetti
NA
817
563.6k
how can we restart the thread
Sep 8 2010 4:29 AM
i am creating thread as like
Thread t=new Thread(new ThreadStart(thMethod));
in function 1 i call that thread
function1()
{
t.start();
}
in function 2 i want to start the same thread object
function2()
{
t.start() //here problem is
Thread is running or terminated; it cannot restart.
}
how can i restart that thread object with out again initialization
Reply
Answers (
1
)
Send temporary linked item data to database
how can i show icons for nodes in tree view in C#