Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Name some properties of Thread Class.
Home
Dot Net
Name some properties of Thread Class.
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
Name some properties of Thread Class.
#dotnet
#basicc#
#chash
#basicchash
#c#
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 25, 2019
by
Venkatshastri
IsAlive
– contains value True when a thread is Active.
Name
– Can return the name of the thread. Also, can set a name for the thread.
Priority
– returns the prioritized value of the task set by the operating system.
IsBackground
– gets or sets a value which indicates whether a thread should be a background process or foreground.
ThreadState
– describes the thread state.
...