What are the methods in Thread class?
Answers were Sorted based on User's Feedback
Answer / andhrawala1983
Abort()
GetData()
GetInformation()
Interupt()
Join()
Resume()
SetData()
Sleep()
Start()
Suspent()
are the methods of a thread.
| Is This Answer Correct ? | 33 Yes | 9 No |
Answer / srikanth
The following methods are available in Thread Class.They are
1)start()
2)run()
3)sleep()
4)interrupted()
5)yield()
6)suspend()
7)isAlive()
8)setPriority()
9)getPriority()
10)wait()
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / sawfarali
Abort()
GetData()
GetInformation()
Interupt()
Join()
Resume()
SetData()
Sleep()
Start()
Suspent()
| Is This Answer Correct ? | 10 Yes | 4 No |
What is the meaning of unobtrusive javascript?
What is the property available to check if the page posted or not
What is model first? : Entity framework
How to set the debug mode
What is .net framework in simple terms?
What is strong name and which tool is used for this ?
4 Answers Accenture, BirlaSoft,
What does a viewmodel do?
What's the access level of the visibility type internal ?
What is CLR and how it generates native code ?
1 Answers Digital GlobalSoft, Vital Soft,
what is Thread Priority?
What is iobjectset? : Entity framework
What is the difference between renderaction and renderpartial?