OneWayElement.ChannelPoolSettings 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取通道池设置。
public:
 property System::ServiceModel::Configuration::ChannelPoolSettingsElement ^ ChannelPoolSettings { System::ServiceModel::Configuration::ChannelPoolSettingsElement ^ get(); };
	[System.Configuration.ConfigurationProperty("channelPoolSettings")]
public System.ServiceModel.Configuration.ChannelPoolSettingsElement ChannelPoolSettings { get; }
	[<System.Configuration.ConfigurationProperty("channelPoolSettings")>]
member this.ChannelPoolSettings : System.ServiceModel.Configuration.ChannelPoolSettingsElement
	Public ReadOnly Property ChannelPoolSettings As ChannelPoolSettingsElement
	属性值
一个 ChannelPoolSettingsElement 对象,包含当前通道的通道池的属性。
- 属性