EndpointCollectionElement.TryAdd 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中實作時,會新增指定端點至組態檔內服務端點的集合。
protected public:
abstract bool TryAdd(System::String ^ name, System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::Configuration::Configuration ^ config);
protected internal abstract bool TryAdd (string name, System.ServiceModel.Description.ServiceEndpoint endpoint, System.Configuration.Configuration config);
abstract member TryAdd : string * System.ServiceModel.Description.ServiceEndpoint * System.Configuration.Configuration -> bool
Protected Friend MustOverride Function TryAdd (name As String, endpoint As ServiceEndpoint, config As Configuration) As Boolean
參數
- name
- String
服務端點的名稱,此服務端點包含端點集合。
- endpoint
- ServiceEndpoint
要新增到集合的服務端點項目。
- config
- Configuration
接收服務端點的組態檔。
傳回
如果已新增端點至組態檔內的集合,則為 true
;否則為 false
。