示例#1
0
 sentAsync(Ice.AsyncResult r)
 {
     test(r.AsyncState == _cookie);
     test(r.sentSynchronously() && _thread == Thread.CurrentThread ||
          !r.sentSynchronously() && _thread != Thread.CurrentThread);
     called();
 }
示例#2
0
文件: AllTests.cs 项目: externl/ice
 public void sentAsync(Ice.AsyncResult r)
 {
     test(r.sentSynchronously() && _thread == Thread.CurrentThread ||
          !r.sentSynchronously() && _thread != Thread.CurrentThread);
     called();
 }