Starts the background worker asynchronously.

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()
Visual Basic
Public Sub RunWorkerAsync
Visual C++
public:
void RunWorkerAsync()
F#
member RunWorkerAsync : unit -> unit 

See Also