Exemplo n.º 1
0
 internal void Empty(bool withTruncate)
 {
     QueueSource.ClearQueue(withTruncate);
 }
Exemplo n.º 2
0
 public void EmptyQueue(bool truncate)
 {
     QueueSource.ClearQueue(truncate);
 }