 | AbortableStart(Object) method |
Causes the operating system to change the state of the current instance to
Running, and optionally supplies an object containing data to be used by the method the thread executes.
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntaxpublic void Start(
Object? parameters
)
Public Sub Start (
parameters As Object
)
public:
void Start(
Object^ parameters
)
member Start :
parameters : Object -> unit
Parameters
- parameters Object
- An object that contains data to be used by the method the thread executes.
Exceptions
See also