Exemplo n.º 1
0
 /// <summary>
 /// ReadBuffer no longer being used. Make sure it is removed from list of
 /// ReadBuffer(s) maintained by the ThreadSupervisor.
 /// </summary>
 public void Dispose()
 {
     if (Supervisor != null)
     {
         Supervisor.DetachReadBuffer(this);
     }
 }