Exemplo n.º 1
0
 public bool MustReinstal(Exolutio.Updater.UpdaterService.ArrayOfString files, Exolutio.Updater.UpdaterService.ArrayOfString versions)
 {
     Exolutio.Updater.UpdaterService.MustReinstalRequest inValue = new Exolutio.Updater.UpdaterService.MustReinstalRequest();
     inValue.Body          = new Exolutio.Updater.UpdaterService.MustReinstalRequestBody();
     inValue.Body.files    = files;
     inValue.Body.versions = versions;
     Exolutio.Updater.UpdaterService.MustReinstalResponse retVal = ((Exolutio.Updater.UpdaterService.UpdaterServiceSoap)(this)).MustReinstal(inValue);
     return(retVal.Body.MustReinstalResult);
 }
Exemplo n.º 2
0
 Exolutio.Updater.UpdaterService.MustReinstalResponse Exolutio.Updater.UpdaterService.UpdaterServiceSoap.MustReinstal(Exolutio.Updater.UpdaterService.MustReinstalRequest request)
 {
     return(base.Channel.MustReinstal(request));
 }