コード例 #1
0
 public string hello(string name)
 {
     ConsumirServicio.ServicioJava.helloRequest inValue = new ConsumirServicio.ServicioJava.helloRequest();
     inValue.name = name;
     ConsumirServicio.ServicioJava.helloResponse1 retVal = ((ConsumirServicio.ServicioJava.Servidor)(this)).hello(inValue);
     return(retVal.@return);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <ConsumirServicio.ServicioJava.helloResponse1> helloAsync(string name)
 {
     ConsumirServicio.ServicioJava.helloRequest inValue = new ConsumirServicio.ServicioJava.helloRequest();
     inValue.name = name;
     return(((ConsumirServicio.ServicioJava.Servidor)(this)).helloAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <ConsumirServicio.ServicioJava.helloResponse1> ConsumirServicio.ServicioJava.Servidor.helloAsync(ConsumirServicio.ServicioJava.helloRequest request)
 {
     return(base.Channel.helloAsync(request));
 }
コード例 #4
0
 ConsumirServicio.ServicioJava.helloResponse1 ConsumirServicio.ServicioJava.Servidor.hello(ConsumirServicio.ServicioJava.helloRequest request)
 {
     return(base.Channel.hello(request));
 }