public System.Threading.Tasks.Task <Setup.B1InstallService.GetInfoByLicSvrResponse> GetInfoByLicSvrAsync(string licenseServer, string domain, string dbname)
 {
     Setup.B1InstallService.GetInfoByLicSvrRequest inValue = new Setup.B1InstallService.GetInfoByLicSvrRequest();
     inValue.Body = new Setup.B1InstallService.GetInfoByLicSvrRequestBody();
     inValue.Body.licenseServer = licenseServer;
     inValue.Body.domain        = domain;
     inValue.Body.dbname        = dbname;
     return(((Setup.B1InstallService.B1InstallServiceSoap)(this)).GetInfoByLicSvrAsync(inValue));
 }
 public Setup.B1InstallService.SAPB1Install GetInfoByLicSvr(string licenseServer, string domain, string dbname)
 {
     Setup.B1InstallService.GetInfoByLicSvrRequest inValue = new Setup.B1InstallService.GetInfoByLicSvrRequest();
     inValue.Body = new Setup.B1InstallService.GetInfoByLicSvrRequestBody();
     inValue.Body.licenseServer = licenseServer;
     inValue.Body.domain        = domain;
     inValue.Body.dbname        = dbname;
     Setup.B1InstallService.GetInfoByLicSvrResponse retVal = ((Setup.B1InstallService.B1InstallServiceSoap)(this)).GetInfoByLicSvr(inValue);
     return(retVal.Body.GetInfoByLicSvrResult);
 }
 System.Threading.Tasks.Task <Setup.B1InstallService.GetInfoByLicSvrResponse> Setup.B1InstallService.B1InstallServiceSoap.GetInfoByLicSvrAsync(Setup.B1InstallService.GetInfoByLicSvrRequest request)
 {
     return(base.Channel.GetInfoByLicSvrAsync(request));
 }
 Setup.B1InstallService.GetInfoByLicSvrResponse Setup.B1InstallService.B1InstallServiceSoap.GetInfoByLicSvr(Setup.B1InstallService.GetInfoByLicSvrRequest request)
 {
     return(base.Channel.GetInfoByLicSvr(request));
 }