Exemplo n.º 1
0
 public void Process()
 {
     if (this.disposed)
     {
         throw new ObjectDisposedException(this.GetType().FullName);
     }
     Alc.ProcessContext(this.context_handle);
     this.IsProcessing = true;
 }