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