ChannelListenerBase<TChannel>.OnAcceptChannel(TimeSpan) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中实现时,在接受通道时提供一个可扩展点。
protected:
abstract TChannel OnAcceptChannel(TimeSpan timeout);
protected abstract TChannel OnAcceptChannel (TimeSpan timeout);
abstract member OnAcceptChannel : TimeSpan -> 'Channel
Protected MustOverride Function OnAcceptChannel (timeout As TimeSpan) As TChannel
参数
返回
TChannel
接受的 IChannel。