Пример #1
0
 public void delay_async(Test.AMD_MyClass_delay cb, int ms, Ice.Current current)
 {
     System.Threading.Thread.Sleep(ms);
     cb.ice_response();
 }
Пример #2
0
 public override void delay_async(Test.AMD_MyClass_delay cb, int ms, Ice.Current current)
 {
     Thread.Sleep(ms);
     cb.ice_response();
 }