FindRequestContext.OnAddMatchingEndpoint(EndpointDiscoveryMetadata) 方法

定义

在用户通过调用 FindRequestContext 将一个终结点添加到 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)

参数

matchingEndpoint
EndpointDiscoveryMetadata

要发送回客户端的终结点发现元数据。

适用于