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