1 write to channelQueue
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
367
this.
channelQueue
= new InputQueue<TChannel>();
10 references to channelQueue
System.ServiceModel.Channels (10)
System\ServiceModel\Channels\UdpChannelListener.cs (10)
268
return this.
channelQueue
.Dequeue(timeout);
277
return this.
channelQueue
.BeginDequeue(timeout, callback, state);
298
return this.
channelQueue
.BeginWaitForItem(timeout, callback, state);
334
if (this.
channelQueue
.EndDequeue(result, out channel))
356
return this.
channelQueue
.EndWaitForItem(result);
389
return this.
channelQueue
.WaitForItem(timeout);
422
if (this.
channelQueue
!= null)
424
this.
channelQueue
.Close();
479
this.
channelQueue
.EnqueueAndDispatch(channel, null, false);
503
this.
channelQueue
.EnqueueAndDispatch(UdpUtility.WrapAsyncException(ex), null, false);