 | AbortableGetThread method |
Returns the current helper-thread or null.
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntaxpublic Thread? GetThread()
Public Function GetThread As Thread
public:
Thread^ GetThread()
member GetThread : unit -> Thread
Return value
ThreadCurrent helper-thread of this or a given Abortable or null.
See also