Saturday, June 7.
  • Top Posts

    Name some properties of Thread in C# ?

    • 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.

    No comments

    Post Top Ad

    ad728

    Post Bottom Ad

    ad728