Ejemplo n.º 1
0
		private string GetInstallLog() {
			try {
				return _applicationClientForLog.ExecuteGetRequest(GetCompleteUrl(InstallLogUrl), 3000);
			}
			catch (Exception) {
			}
			return string.Empty;
		}
Ejemplo n.º 2
0
 private string GetInstallLog()
 {
     try
     {
         return(_applicationClientForLog.ExecuteGetRequest(GetCompleteUrl(InstallLogUrl)));
     }
     catch (Exception ex)
     {
     }
     return(String.Empty);
 }