Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ foundLocatorAsync()

virtual void IceLocatorDiscovery::AsyncLookupReply::foundLocatorAsync ( std::optional<::Ice::LocatorPrx > prx,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Provides a reply to a IceLocatorDiscovery::LookupPrx::findLocator request.

Parameters
prxThe proxy of the locator.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.