Starts executing of a background operation.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public bool RunWorker(
Form owner,
Object argument
) |
Visual Basic |
---|
Public Function RunWorker (
owner As Form,
argument As Object
) As Boolean |
Visual C++ |
---|
public:
bool RunWorker(
Form^ owner,
Object^ argument
) |
F# |
---|
member RunWorker :
owner : Form *
argument : Object -> bool
|
Return Value
Type:
BooleanTrue if the background operation completed without being cancelled or throwing an error.
Exceptions
See Also