DotNetWorkQueue.Queue.WorkerBase.TryForceTerminate C# (CSharp) Method

TryForceTerminate() public abstract method

Forces the worker to terminate. This method should not return until the worker has shutdown.
public abstract TryForceTerminate ( ) : void
return void
        public abstract void TryForceTerminate();
    }