Sdílet prostřednictvím


FindRequestContext.OnAddMatchingEndpoint(EndpointDiscoveryMetadata) Metoda

Definice

Volá se poté, co uživatel přidá koncový bod voláním FindRequestContextAddMatchingEndpoint(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)

Parametry

matchingEndpoint
EndpointDiscoveryMetadata

Metadata zjišťování koncových bodů, která se mají odeslat zpět klientovi.

Platí pro