Implemented interface member:
method
BeginAcceptChannel
System.ServiceModel.Channels.IChannelListener<TChannel>.BeginAcceptChannel(System.TimeSpan, System.AsyncCallback, System.Object)
2 overrides of BeginAcceptChannel
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
66public override IAsyncResult BeginAcceptChannel(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (1)
124public override IAsyncResult BeginAcceptChannel(TimeSpan timeout, AsyncCallback callback, object state)