예제 #1
0
파일: AllTests.cs 프로젝트: pedia/zeroc-ice
 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();
 }