| std::function< void()> IceDiscovery::LookupReplyPrx::foundObjectByIdAsync | ( | const ::Ice::Identity & | id, |
| const std::optional< Ice::ObjectPrx > & | prx, | ||
| std::function< void()> | response, | ||
| std::function< void(std::exception_ptr)> | exception = nullptr, | ||
| std::function< void(bool)> | sent = nullptr, | ||
| const Ice::Context & | context = Ice::noExplicitContext ) const |
Provides a reply to a IceDiscovery::LookupPrx::findObjectById request.
| id | The identity of the object. |
| prx | The proxy of the object. This proxy is never null. |
| response | The response callback. |
| exception | The exception callback. |
| sent | The sent callback. |
| context | The request context. |