Esempio n. 1
0
 public System.Threading.Tasks.Task <spelltoscorebyamin.ServiceReference1.SaveStarsResponse> SaveStarsAsync(int starsCount, string player)
 {
     spelltoscorebyamin.ServiceReference1.SaveStarsRequest inValue = new spelltoscorebyamin.ServiceReference1.SaveStarsRequest();
     inValue.Body            = new spelltoscorebyamin.ServiceReference1.SaveStarsRequestBody();
     inValue.Body.starsCount = starsCount;
     inValue.Body.player     = player;
     return(((spelltoscorebyamin.ServiceReference1.WebServiceExampleSoap)(this)).SaveStarsAsync(inValue));
 }
Esempio n. 2
0
 public bool SaveStars(int starsCount, string player)
 {
     spelltoscorebyamin.ServiceReference1.SaveStarsRequest inValue = new spelltoscorebyamin.ServiceReference1.SaveStarsRequest();
     inValue.Body            = new spelltoscorebyamin.ServiceReference1.SaveStarsRequestBody();
     inValue.Body.starsCount = starsCount;
     inValue.Body.player     = player;
     spelltoscorebyamin.ServiceReference1.SaveStarsResponse retVal = ((spelltoscorebyamin.ServiceReference1.WebServiceExampleSoap)(this)).SaveStars(inValue);
     return(retVal.Body.SaveStarsResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <spelltoscorebyamin.ServiceReference1.SaveStarsResponse> spelltoscorebyamin.ServiceReference1.WebServiceExampleSoap.SaveStarsAsync(spelltoscorebyamin.ServiceReference1.SaveStarsRequest request)
 {
     return(base.Channel.SaveStarsAsync(request));
 }
Esempio n. 4
0
 spelltoscorebyamin.ServiceReference1.SaveStarsResponse spelltoscorebyamin.ServiceReference1.WebServiceExampleSoap.SaveStars(spelltoscorebyamin.ServiceReference1.SaveStarsRequest request)
 {
     return(base.Channel.SaveStars(request));
 }