System.ServiceModel.Channels.IChannelAcceptor<TChannel> interface IChannelAcceptor<TChannel> : ICommunicationObject where TChannel : IChannel Documentation Code TChannel AcceptChannel(TimeSpan timeout) IAsyncResult BeginAcceptChannel(TimeSpan timeout, AsyncCallback callback, object state) IAsyncResult BeginWaitForChannel(TimeSpan timeout, AsyncCallback callback, object state) TChannel EndAcceptChannel(IAsyncResult result) bool EndWaitForChannel(IAsyncResult result) bool WaitForChannel(TimeSpan timeout)