DevBackgroundWorkerRunAsync Method

Asynchronously starts execution of a background operation.

Definition

Namespace: DevCase.Runtime.Threading
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void RunAsync()

Exceptions

InvalidOperationException In order to run the BackgroundWorker, the background operation must be stopped or completed.

See Also