Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Problem with aborted thread..

Problem with aborted thread..

Scheduled Pinned Locked Moved C#
questionhelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ALQallaf
    wrote on last edited by
    #1

    i have this problem (Thread is running or terminated; it cannot restart.) and i search for solution but what i was read about that {thread which has died cannot be resuscitated}, so how can i make the aborted thread start again ?

    L S A 3 Replies Last reply
    0
    • A ALQallaf

      i have this problem (Thread is running or terminated; it cannot restart.) and i search for solution but what i was read about that {thread which has died cannot be resuscitated}, so how can i make the aborted thread start again ?

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #2

      new Thread()

      **

      xacc.ide-0.1.3.14 - Now with syntax support for PowerShell
      xacc.ide-0.1.3.13 source code

      **

      1 Reply Last reply
      0
      • A ALQallaf

        i have this problem (Thread is running or terminated; it cannot restart.) and i search for solution but what i was read about that {thread which has died cannot be resuscitated}, so how can i make the aborted thread start again ?

        S Offline
        S Offline
        S Senthil Kumar
        wrote on last edited by
        #3

        You cannot restart a thread which has completed (normally or abnormally). You have to either create a new thread or use a thread pool. Regards Senthil _____________________________ My Blog | My Articles | WinMacro

        1 Reply Last reply
        0
        • A ALQallaf

          i have this problem (Thread is running or terminated; it cannot restart.) and i search for solution but what i was read about that {thread which has died cannot be resuscitated}, so how can i make the aborted thread start again ?

          A Offline
          A Offline
          ALQallaf
          wrote on last edited by
          #4

          thanks.. i just make new thread within my loop :)

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups