StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration>.TryAdd Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
true
öğe koleksiyona eklendiyse; Aksi takdirde, false
.