public System.Threading.Tasks.Task <EC_Endpoint_Client.SubscriptionAgency.TestResponse> TestAsync() { EC_Endpoint_Client.SubscriptionAgency.TestRequest inValue = new EC_Endpoint_Client.SubscriptionAgency.TestRequest(); return(((EC_Endpoint_Client.SubscriptionAgency.ISubscriptionAgencyExternalEC)(this)).TestAsync(inValue)); }
public void Test() { EC_Endpoint_Client.SubscriptionAgency.TestRequest inValue = new EC_Endpoint_Client.SubscriptionAgency.TestRequest(); EC_Endpoint_Client.SubscriptionAgency.TestResponse retVal = ((EC_Endpoint_Client.SubscriptionAgency.ISubscriptionAgencyExternalEC)(this)).Test(inValue); }
System.Threading.Tasks.Task <EC_Endpoint_Client.SubscriptionAgency.TestResponse> EC_Endpoint_Client.SubscriptionAgency.ISubscriptionAgencyExternalEC.TestAsync(EC_Endpoint_Client.SubscriptionAgency.TestRequest request) { return(base.Channel.TestAsync(request)); }
EC_Endpoint_Client.SubscriptionAgency.TestResponse EC_Endpoint_Client.SubscriptionAgency.ISubscriptionAgencyExternalEC.Test(EC_Endpoint_Client.SubscriptionAgency.TestRequest request) { return(base.Channel.Test(request)); }