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

クライアントに返送するエンドポイント検出メタデータ。

適用対象