Udostępnij za pośrednictwem


StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration>.TryAdd Metoda

Definicja

Próbuje dodać element punktu końcowego do kolekcji standardowych elementów punktów końcowych.

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

Parametry

name
String

Identyfikator elementu do dodania do kolekcji.

endpoint
ServiceEndpoint

Element punktu końcowego do dodania.

config
Configuration

Plik konfiguracji — nie został zaimplementowany.

Zwraca

true jeśli element został dodany do kolekcji; w przeciwnym razie , false.

Dotyczy