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