StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration>.TryAdd 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试将终结点元素添加到标准终结点元素的集合。
protected public:
override bool TryAdd(System::String ^ name, System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::Configuration::Configuration ^ config);
protected internal override bool TryAdd (string name, System.ServiceModel.Description.ServiceEndpoint endpoint, System.Configuration.Configuration config);
override this.TryAdd : string * System.ServiceModel.Description.ServiceEndpoint * System.Configuration.Configuration -> bool
Protected Friend Overrides Function TryAdd (name As String, endpoint As ServiceEndpoint, config As Configuration) As Boolean
参数
- name
- String
要添加到集合中的元素的标识符。
- endpoint
- ServiceEndpoint
要添加的终结点元素。
- config
- Configuration
配置文件 - 未实现。
返回
如果已将该元素添加到集合中,则为 true
;否则为 false
。