コード例 #1
0
 public System.Threading.Tasks.Task <CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceResponse> agregarParticipanteTorneoServiceAsync(CapaGUI.ServiceLOCTP.Participante participante, CapaGUI.ServiceLOCTP.Torneo torneo)
 {
     CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequest inValue = new CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequest();
     inValue.Body = new CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequestBody();
     inValue.Body.participante = participante;
     inValue.Body.torneo       = torneo;
     return(((CapaGUI.ServiceLOCTP.WebServiceLOCTPSoap)(this)).agregarParticipanteTorneoServiceAsync(inValue));
 }
コード例 #2
0
 public void agregarParticipanteTorneoService(CapaGUI.ServiceLOCTP.Participante participante, CapaGUI.ServiceLOCTP.Torneo torneo)
 {
     CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequest inValue = new CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequest();
     inValue.Body = new CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequestBody();
     inValue.Body.participante = participante;
     inValue.Body.torneo       = torneo;
     CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceResponse retVal = ((CapaGUI.ServiceLOCTP.WebServiceLOCTPSoap)(this)).agregarParticipanteTorneoService(inValue);
 }
コード例 #3
0
 System.Threading.Tasks.Task <CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceResponse> CapaGUI.ServiceLOCTP.WebServiceLOCTPSoap.agregarParticipanteTorneoServiceAsync(CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequest request)
 {
     return(base.Channel.agregarParticipanteTorneoServiceAsync(request));
 }
コード例 #4
0
 CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceResponse CapaGUI.ServiceLOCTP.WebServiceLOCTPSoap.agregarParticipanteTorneoService(CapaGUI.ServiceLOCTP.agregarParticipanteTorneoServiceRequest request)
 {
     return(base.Channel.agregarParticipanteTorneoService(request));
 }