コード例 #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();
 }