共用方式為


EndpointCollectionElement.TryAdd 方法

定義

在衍生類別中實作時,會新增指定端點至組態檔內服務端點的集合。

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

接收服務端點的組態檔。

傳回

Boolean

如果已新增端點至組態檔內的集合,則為 true;否則為 false

適用於