1 implementation of BeginWaitForChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelAcceptor.cs (1)
39public abstract IAsyncResult BeginWaitForChannel(TimeSpan timeout, AsyncCallback callback, object state);
1 reference to BeginWaitForChannel
System.ServiceModel (1)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
64return this.channelAcceptor.BeginWaitForChannel(timeout, callback, state);