 | AbortableResume method |
Note: The API is now obsolete.
Is no longer supported.
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntax[ObsoleteAttribute("Thread.Resume has been deprecated. Use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronise threads or protect resources.")].
public void Resume()
<ObsoleteAttribute("Thread.Resume has been deprecated. Use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronise threads or protect resources.")>
Public Sub Resume
public:
[ObsoleteAttribute(L "Thread.Resume has been deprecated. Use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronise threads or protect resources.")]
void Resume()
[<ObsoleteAttribute("Thread.Resume has been deprecated. Use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronise threads or protect resources.")>]
member Resume : unit -> unit
Exceptions
See also