Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <MyWindowsFormApplication.ServiceCandidates.GetAllCandidatesResponse> GetAllCandidatesAsync(string fromYear, string tooYear)
 {
     MyWindowsFormApplication.ServiceCandidates.GetAllCandidatesRequest inValue = new MyWindowsFormApplication.ServiceCandidates.GetAllCandidatesRequest();
     inValue.Body          = new MyWindowsFormApplication.ServiceCandidates.GetAllCandidatesRequestBody();
     inValue.Body.fromYear = fromYear;
     inValue.Body.tooYear  = tooYear;
     return(((MyWindowsFormApplication.ServiceCandidates.CandidatesAmericaRepublicanSoap)(this)).GetAllCandidatesAsync(inValue));
 }
Ejemplo n.º 2
0
 public MyWindowsFormApplication.ServiceCandidates.ArrayOfString GetAllCandidates(string fromYear, string tooYear)
 {
     MyWindowsFormApplication.ServiceCandidates.GetAllCandidatesRequest inValue = new MyWindowsFormApplication.ServiceCandidates.GetAllCandidatesRequest();
     inValue.Body          = new MyWindowsFormApplication.ServiceCandidates.GetAllCandidatesRequestBody();
     inValue.Body.fromYear = fromYear;
     inValue.Body.tooYear  = tooYear;
     MyWindowsFormApplication.ServiceCandidates.GetAllCandidatesResponse retVal = ((MyWindowsFormApplication.ServiceCandidates.CandidatesAmericaRepublicanSoap)(this)).GetAllCandidates(inValue);
     return(retVal.Body.GetAllCandidatesResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <MyWindowsFormApplication.ServiceCandidates.GetAllCandidatesResponse> MyWindowsFormApplication.ServiceCandidates.CandidatesAmericaRepublicanSoap.GetAllCandidatesAsync(MyWindowsFormApplication.ServiceCandidates.GetAllCandidatesRequest request)
 {
     return(base.Channel.GetAllCandidatesAsync(request));
 }
Ejemplo n.º 4
0
 MyWindowsFormApplication.ServiceCandidates.GetAllCandidatesResponse MyWindowsFormApplication.ServiceCandidates.CandidatesAmericaRepublicanSoap.GetAllCandidates(MyWindowsFormApplication.ServiceCandidates.GetAllCandidatesRequest request)
 {
     return(base.Channel.GetAllCandidates(request));
 }