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 do you mean by navigation property?
How we can register the Area in ASP.Net MVC?
what is Thread Priority?
can i change web.config settings from iis?
1 Answers HCL, ReadySoft, Wipro,
What is object service? : Entity framework
How can you prevent your class to be inherated further
What are actions in asp.net mvc?
Is any files are generated,when we are adding the web reference to the web service?
What is the benefit of entity framework?
explain what does .edmx file contains?
Name a few different return types of a controller action method?
What is oauth in web api?