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

◆ createAdminSessionFromSecureConnectionAsync() [1/2]

std::future< std::optional< AdminSessionPrx > > IceGrid::RegistryPrx::createAdminSessionFromSecureConnectionAsync ( const Ice::Context & context = Ice::noExplicitContext) const
nodiscard

Creates an administrative session from a secure connection.

Parameters
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • A proxy to the newly created session. This proxy is never null.