ChannelListenerBase<TChannel>.EndAcceptChannel(IAsyncResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当在派生类中实现时,完成异步操作以接受通道。
public:
virtual TChannel EndAcceptChannel(IAsyncResult ^ result);
public TChannel EndAcceptChannel (IAsyncResult result);
abstract member EndAcceptChannel : IAsyncResult -> 'Channel
override this.EndAcceptChannel : IAsyncResult -> 'Channel
Public Function EndAcceptChannel (result As IAsyncResult) As TChannel
参数
- result
- IAsyncResult
通过调用 IAsyncResult 方法返回的 BeginAcceptChannel。
返回
TChannel
侦听器接受的 IChannel。