Exemple #1
0
 public static bool RunIsolated(string application = null, string target = null)
 {
     try
     {
         IsolatedPackageAction.RunIsolated(application, target);
         return(true);
     }
     catch (InvalidOperationException)
     {
         return(false);
     }
 }