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