Example #1
0
 public static void Wait(this ActionLockerFactory self, int ms)
 {
     self.Execute(new ActionWaitParameter()
     {
         Interval = ms
     }, typeof(ActionWait));
 }