ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 358 Page Views: 

Name the methods which are there in the Thread class?



Posted By: Avi Date: 30 September 2010 11:58:14 PM
 Answer:

Abort() GetData() GetInformation() Interupt() Join() Resume() SetData() Sleep() Start() Suspend()


Posted By: avibtech


Date: 30 September 2010 11:58:14 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image FaGstl
Related Questions
ASP.Net : What is EnableViewState Property?

What is EnableViewState Property?

With EnableViewState property it is possible to Get or Set a value , which will indicate whether th....
Category: ASP.Net Date: 9/30/2010 7:09:13 PM
ASP.Net : To which namespace does the column mapping belongs?

To which namespace does the column mapping belongs?

It belongs to System.Data.Common Namespace
Category: ASP.Net Date: 9/30/2010 6:59:14 PM
ASP.Net : What is the use of Application_Start method?

What is the use of Application_Start method?

Application_Start is a special method of ASP.Net which do not represent HTTPApplication events. Appl....
Category: ASP.Net Date: 9/30/2010 5:25:13 PM
ASP.Net : What do you mean by the term boxing?

What do you mean by the term boxing?

Boxing is a process through which value type can be converted to refrence type. The process works a....
Category: ASP.Net Date: 9/30/2010 5:07:14 PM
ASP.Net : There are two common properties in every validation control. What are they?

There are two common properties in every validation control. What are they?

They are:- ControlToValidate property and Text property.
Category: ASP.Net Date: 9/30/2010 4:29:13 PM