Thread class - Properties - Csharp.Net

Q.  Thread class has the following property.

A. ManagedThreadID
B. IsBackground
C. IsBackgroundColor
D. Abort

- Published on 31 Aug 15

a. 1, 2
b. 1, 4
c. 4
d. 1 ,2, 4

ANSWER: 1, 2
 
ManagedThreadID and IsBackground are the properties of Thread class.
ManagedThreadID is used to get Gets a unique identifier for the current managed thread.
IsBackground property is used to gets or sets a value to check whether or not a thread is a background thread

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)