BitSharper.Threading.Execution.ThreadPoolExecutor.Worker.Run C# (CSharp) Метод

Run() публичный Метод

Runs the associated task, signalling the ThreadPoolExecutor when exiting.
public Run ( ) : void
Результат void
            public void Run()
            {
                _parentThreadPoolExecutor.RunWorker(this);
            }
ThreadPoolExecutor.Worker