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
shariq_mid
NA
3
0
Beginner Problem for Defining threads
Apr 9 2004 11:11 AM
Hello Everybody: I have a problem defining threads. Thread td = new Thread(new ThreadStart(ReadSocket)); public void ReadSocket(System.Net.Sockets.Socket soct) { } The error message I am getting is Method 'SocketServer.Form1.ReadSocket(System.Net.Sockets.Socket)' does not match delegate 'void System.Threading.ThreadStart()' How do I rectify the problem . I have to pass (System.Net.Sockets.Socket soct) in the public void ReadSocket() subroutine and start a new thread. Pls guide. Thanks, Kapil
Reply
Answers (
2
)
Remoting Error
Abort is not releasing memory