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