c# - Impossible to Kill Threads waiting for Interop objects -
i've been searching through google little bit , quite fast discovered there no solution on aborting thread using com interop , in "wait interop event" state. thread.abort()
put thread "abortrequested" mode, which, quite franky, isn't much.
the results me not being able close application. process remains in taskman because of childthread.
anyone know if possible force abort thread?
have tried setting "isbackground=true" on thread? threads marked background cleaned when process exiting, whereas process exit wait "foreground" threads.
Comments
Post a Comment