DevBackgroundWorkerRun Method
Starts execution of a background operation.
It blocks the caller thread until the background work is done.
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 Run()
public:
virtual void Run()
abstract Run : unit -> unit
override Run : 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.
|