FindRequestContext.OnAddMatchingEndpoint(EndpointDiscoveryMetadata) Methode

Definition

Wird aufgerufen, nachdem der Benutzer dem FindRequestContext Aufruf AddMatchingEndpoint(EndpointDiscoveryMetadata)einen Endpunkt hinzugefügt hat.

protected:
 virtual void OnAddMatchingEndpoint(System::ServiceModel::Discovery::EndpointDiscoveryMetadata ^ matchingEndpoint);
protected virtual void OnAddMatchingEndpoint(System.ServiceModel.Discovery.EndpointDiscoveryMetadata matchingEndpoint);
abstract member OnAddMatchingEndpoint : System.ServiceModel.Discovery.EndpointDiscoveryMetadata -> unit
override this.OnAddMatchingEndpoint : System.ServiceModel.Discovery.EndpointDiscoveryMetadata -> unit
Protected Overridable Sub OnAddMatchingEndpoint (matchingEndpoint As EndpointDiscoveryMetadata)

Parameter

matchingEndpoint
EndpointDiscoveryMetadata

Die Endpunktermittlungsmetadaten, die an den Client zurück gesendet werden sollen.

Gilt für: