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