Beispiel #1
0
 public int sendAsyncRequest(ProxyOutgoingAsyncBase outAsync)
 {
     return(outAsync.invokeCollocated(this));
 }
Beispiel #2
0
 public bool sendAsyncRequest(ProxyOutgoingAsyncBase outAsync, out Ice.AsyncCallback sentCallback)
 {
     return(outAsync.invokeCollocated(this, out sentCallback));
 }