Beispiel #1
0
 public System.Threading.Tasks.Task <ServiceReference1.CloseResponse> CloseAsync(ServiceReference1.ecomPaymentType CloseRequest1)
 {
     ServiceReference1.CloseRequest inValue = new ServiceReference1.CloseRequest();
     inValue.CloseRequest1 = CloseRequest1;
     return(((ServiceReference1.EcomPortType)(this)).CloseAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <ServiceReference1.CloseResponse> ServiceReference1.EcomPortType.CloseAsync(ServiceReference1.CloseRequest request)
 {
     return(base.Channel.CloseAsync(request));
 }