EpLibrary.cs.BaseWorkerThread.Erase C# (CSharp) Method

Erase() public method

Erase the given work from the work pool.
public Erase ( BaseJob work ) : bool
work BaseJob the work to erase from the work pool
return bool
		public bool Erase(BaseJob work)
        {
            return m_workPool.Erase(work);
        }