/// <summary>
 /// Returns long count of hashqueue.
 /// </summary>
 public long LongCount()
 {
     return(dq.LongCount());
 }