Implemented interface member:
method
BeginAcceptChannel
System.ServiceModel.Channels.IChannelListener<TChannel>.BeginAcceptChannel(System.TimeSpan, System.AsyncCallback, System.Object)
1 reference to BeginAcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelListenerBase.cs (1)
127return this.BeginAcceptChannel(this.InternalReceiveTimeout, callback, state);