DevBackgroundWorkerRunAsync Method
Asynchronously starts execution of a background operation.
Namespace: DevCase.Runtime.ThreadingAssembly: 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()
public:
virtual void RunAsync()
abstract RunAsync : unit -> unit
override RunAsync : unit -> unit
No code example is currently available or this language may not be supported.
InvalidOperationException
|
In order to run the BackgroundWorker, the background operation must be stopped or completed.
|