예제 #1
0
 /// <summary>
 /// Erase the given work from the work pool.
 /// </summary>
 /// <param name="work">the work to erase from the work pool</param>
 /// <returns>true if successful, otherwise false.</returns>
 public bool Erase(BaseJob work)
 {
     return(m_workPool.Erase(work));
 }