Aracılığıyla paylaş


StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration>.TryAdd Yöntem

Tanım

Standart uç nokta öğelerinin koleksiyonuna bir uç nokta öğesi eklemeye çalışır.

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

Parametreler

name
String

Koleksiyona eklenecek öğenin tanımlayıcısı.

endpoint
ServiceEndpoint

Eklenecek uç nokta öğesi.

config
Configuration

Yapılandırma dosyası uygulanmadı.

Döndürülenler

Boolean

true öğe koleksiyona eklendiyse; Aksi takdirde, false .

Şunlara uygulanır