 | AbortableInterrupt method |
Interrupts a thread that is inside a Wait(), Sleep() or Join(). If that
thread is not currently blocked in that manner, it will be interrupted
when it next begins to block.
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntaxmember Interrupt : unit -> unit
See also