Beispiel #1
0
 sentAsync(Ice.AsyncResult r)
 {
     test(r.AsyncState == _cookie);
     test(r.sentSynchronously() && _thread == Thread.CurrentThread ||
          !r.sentSynchronously() && _thread != Thread.CurrentThread);
     called();
 }
Beispiel #2
0
 public void sentAsync(Ice.AsyncResult r)
 {
     test(r.sentSynchronously() && _thread == Thread.CurrentThread ||
          !r.sentSynchronously() && _thread != Thread.CurrentThread);
     called();
 }