コード例 #1
0
 public System.Threading.Tasks.Task <ServiceReference1.GetProfileFullResponse> GetProfileFullAsync(int Genere, int MobileFrequenzaGioco, bool MobileGiocoAvventura, bool MobileGiocoAzione, bool MobileGiocoGDR, bool MobileGiocoPuzzle, bool MobileGiocoSimulazione, bool MobileGiocoStrategia, ServiceReference1.ArrayOfInt1 RisposteQuestionario)
 {
     ServiceReference1.GetProfileFullRequest inValue = new ServiceReference1.GetProfileFullRequest();
     inValue.Body        = new ServiceReference1.GetProfileFullRequestBody();
     inValue.Body.Genere = Genere;
     inValue.Body.MobileFrequenzaGioco   = MobileFrequenzaGioco;
     inValue.Body.MobileGiocoAvventura   = MobileGiocoAvventura;
     inValue.Body.MobileGiocoAzione      = MobileGiocoAzione;
     inValue.Body.MobileGiocoGDR         = MobileGiocoGDR;
     inValue.Body.MobileGiocoPuzzle      = MobileGiocoPuzzle;
     inValue.Body.MobileGiocoSimulazione = MobileGiocoSimulazione;
     inValue.Body.MobileGiocoStrategia   = MobileGiocoStrategia;
     inValue.Body.RisposteQuestionario   = RisposteQuestionario;
     return(((ServiceReference1.wsTestPlayPublicSoap)(this)).GetProfileFullAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <ServiceReference1.GetProfileFullResponse> ServiceReference1.wsTestPlayPublicSoap.GetProfileFullAsync(ServiceReference1.GetProfileFullRequest request)
 {
     return(base.Channel.GetProfileFullAsync(request));
 }