public void ActivateExampleThread() { // Create it. ExampleThreadWorker worker = new ExampleThreadWorker(); // Start it. ThreadDispatcher.StartWorker(worker); // Profit. }