Starts the background worker asynchronously with arguments.

Namespace: MonoSoftware.Core.Components
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public void RunWorkerAsync(
	Object argument
)
Visual Basic
Public Sub RunWorkerAsync ( 
	argument As Object
)
Visual C++
public:
void RunWorkerAsync(
	Object^ argument
)
F#
member RunWorkerAsync : 
        argument : Object -> unit 

Parameters

argument
Type: System..::..Object
Custom arguments

See Also