Ejemplo n.º 1
0
 public string[] GetLogFileNames(string logDirectoryName)
 {
     assertConnected();
     try
     {
         return(wsClient.GetLogFileNames(accessToken(), logDirectoryName));
     }
     catch (Exception ex)
     {
         throw TranslateException(ex);
     }
 }