DuplexClientBase<TChannel>.CreateChannel 方法
定义
返回与传递到构造函数的回调对象相关联的服务的通道。Returns a channel to the service associated with the callback object passed to the constructor.
protected:
override TChannel CreateChannel();
protected override TChannel CreateChannel ();
override this.CreateChannel : unit -> 'Channel
Protected Overrides Function CreateChannel () As TChannel
返回
- TChannel
服务协定接口类型的服务的通道。A channel to the service of the type of the service contract interface.