Raises the DoWork event to start execution of a worker thread operation.

Overload List

  NameDescription
RunWorkerAsync()()()
Raises the DoWork event to start execution of a worker thread operation.
RunWorkerAsync(Object)
Raises the DoWork event to start execution of a worker thread operation, passing the specified argument to the worker thread.

See Also