Ejemplo n.º 1
0
 public string Test_20s(MQTestModel m
                        )
 {
     System.Threading.Thread.Sleep(20 * 1000);
     return("ok");
 }
Ejemplo n.º 2
0
 public string Test_10m(MQTestModel m
                        )
 {
     System.Threading.Thread.Sleep(10 * 60 * 1000);
     return("ok");
 }
Ejemplo n.º 3
0
 public string Test_0s(MQTestModel m
                       )
 {
     return("ok");
 }