コード例 #1
0
 public wsTRH.pProductos.Productos Read(string No)
 {
     wsTRH.pProductos.Read inValue = new wsTRH.pProductos.Read();
     inValue.No = No;
     wsTRH.pProductos.Read_Result retVal = ((wsTRH.pProductos.Productos_Port)(this)).Read(inValue);
     return(retVal.Productos);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <wsTRH.pProductos.Read_Result> ReadAsync(string No)
 {
     wsTRH.pProductos.Read inValue = new wsTRH.pProductos.Read();
     inValue.No = No;
     return(((wsTRH.pProductos.Productos_Port)(this)).ReadAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <wsTRH.pProductos.Read_Result> wsTRH.pProductos.Productos_Port.ReadAsync(wsTRH.pProductos.Read request)
 {
     return(base.Channel.ReadAsync(request));
 }
コード例 #4
0
 wsTRH.pProductos.Read_Result wsTRH.pProductos.Productos_Port.Read(wsTRH.pProductos.Read request)
 {
     return(base.Channel.Read(request));
 }