FindRequestContext.OnAddMatchingEndpoint(EndpointDiscoveryMetadata) Methode

Definitie

Aangeroepen nadat de gebruiker een eindpunt aan de FindRequestContext gebruiker toevoegt door aan te roepen AddMatchingEndpoint(EndpointDiscoveryMetadata).

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)

Parameters

matchingEndpoint
EndpointDiscoveryMetadata

De eindpuntdetectiemetagegevens die moeten worden teruggestuurd naar de client.

Van toepassing op