 | AbortableSuspend 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.Suspend has been deprecated. Use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronise threads or protect resources.")]
public void Suspend()
<ObsoleteAttribute("Thread.Suspend has been deprecated. Use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronise threads or protect resources.")>
Public Sub Suspend
public:
[ObsoleteAttribute(L "Thread.Suspend has been deprecated. Use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronise threads or protect resources.")]
void Suspend()
[<ObsoleteAttribute("Thread.Suspend has been deprecated. Use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronise threads or protect resources.")>]
member Suspend : unit -> unit
Exceptions
See also