コード例 #1
0
 public System.Threading.Tasks.Task <net.desktop.WebServiceParticipacion.findFullAllParticipacionResponse> findFullAllParticipacionAsync()
 {
     net.desktop.WebServiceParticipacion.findFullAllParticipacionRequest inValue = new net.desktop.WebServiceParticipacion.findFullAllParticipacionRequest();
     return(((net.desktop.WebServiceParticipacion.ParticipacionWS)(this)).findFullAllParticipacionAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <net.desktop.WebServiceParticipacion.findFullAllParticipacionResponse> net.desktop.WebServiceParticipacion.ParticipacionWS.findFullAllParticipacionAsync(net.desktop.WebServiceParticipacion.findFullAllParticipacionRequest request)
 {
     return(base.Channel.findFullAllParticipacionAsync(request));
 }