Exemple #1
0
 public System.Threading.Tasks.Task <WCF.Hobby.Client.SearchForChampionsService.GetChampionsByYearResponse> GetChampionsByYearAsync(string year)
 {
     WCF.Hobby.Client.SearchForChampionsService.GetChampionsByYearRequest inValue = new WCF.Hobby.Client.SearchForChampionsService.GetChampionsByYearRequest();
     inValue.Body      = new WCF.Hobby.Client.SearchForChampionsService.GetChampionsByYearRequestBody();
     inValue.Body.year = year;
     return(((WCF.Hobby.Client.SearchForChampionsService.SearchForChampionsServiceSoap)(this)).GetChampionsByYearAsync(inValue));
 }
Exemple #2
0
 public string GetChampionsByYear(string year)
 {
     WCF.Hobby.Client.SearchForChampionsService.GetChampionsByYearRequest inValue = new WCF.Hobby.Client.SearchForChampionsService.GetChampionsByYearRequest();
     inValue.Body      = new WCF.Hobby.Client.SearchForChampionsService.GetChampionsByYearRequestBody();
     inValue.Body.year = year;
     WCF.Hobby.Client.SearchForChampionsService.GetChampionsByYearResponse retVal = ((WCF.Hobby.Client.SearchForChampionsService.SearchForChampionsServiceSoap)(this)).GetChampionsByYear(inValue);
     return(retVal.Body.GetChampionsByYearResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <WCF.Hobby.Client.SearchForChampionsService.GetChampionsByYearResponse> WCF.Hobby.Client.SearchForChampionsService.SearchForChampionsServiceSoap.GetChampionsByYearAsync(WCF.Hobby.Client.SearchForChampionsService.GetChampionsByYearRequest request)
 {
     return(base.Channel.GetChampionsByYearAsync(request));
 }
Exemple #4
0
 WCF.Hobby.Client.SearchForChampionsService.GetChampionsByYearResponse WCF.Hobby.Client.SearchForChampionsService.SearchForChampionsServiceSoap.GetChampionsByYear(WCF.Hobby.Client.SearchForChampionsService.GetChampionsByYearRequest request)
 {
     return(base.Channel.GetChampionsByYear(request));
 }