 | AbortableUnsafeStart method |
Causes the operating system to change the state of the current instance to
Running.
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntaxpublic void UnsafeStart()
public:
void UnsafeStart()
member UnsafeStart : unit -> unit
Exceptions
Remarks
Unlike
Startwhich captures the current
ExecutionContext and uses that context to invoke the thread's delegate,
UnsafeStart explicitly avoids capturing the current context and flowing it to the invocation.
See also