Ejemplo n.º 1
0
 protected IAsyncResult BeginWaitForItem(TimeSpan timeout, AsyncCallback callback, object state)
 {
     this.ThrowIfNotOpened();
     return(inputQueue.BeginWaitForItem(timeout, callback, state));
 }