Starts executing of a background operation.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public void RunWorker(
	Form owner
)
Visual Basic
Public Sub RunWorker ( 
	owner As Form
)
Visual C++
public:
void RunWorker(
	Form^ owner
)
F#
member RunWorker : 
        owner : Form -> unit 

Parameters

owner
Type: System.Windows.Forms..::..Form
The owning form that is launching this dialog.

Exceptions

See Also