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