예제 #1
0
 /// <summary>
 /// Marks the queue for completion.
 /// </summary>
 public void Complete()
 {
     Outgoing.CompleteAdding();
     VerifyCompleteness();
 }