Freigeben über


StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration>.TryAdd Methode

Definition

Versucht, der Auflistung von Standardendpunktelementen ein Endpunktelement hinzuzufügen.

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

Parameter

name
String

Der Bezeichner des zur Auflistung hinzuzufügenden Elements.

endpoint
ServiceEndpoint

Das hinzuzufügende Endpunktelement.

config
Configuration

Die Konfigurationsdatei – nicht implementiert.

Gibt zurück

Boolean

true, wenn das Element der Auflistung hinzugefügt wurde, andernfalls false.

Gilt für