Example #1
0
 private static Object getCountUpdated(Type t, String condition)
 {
     return(map[TimestampKey.getCount(t, condition)]);
 }
Example #2
0
 public static void updateCount(Type t, String condition)
 {
     map[TimestampKey.getCount(t, condition)] = DateTime.Now;
 }
Example #3
0
 private static Object getCountUpdated(Type t)
 {
     return(map[TimestampKey.getCount(t)]);
 }
Example #4
0
        //--------------------------------------------------------------------------------------------

        public static void updateCount(Type t)
        {
            map[TimestampKey.getCount(t)] = DateTime.Now;
        }