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

◆ getServerPidAsync() [1/2]

std::future< std::int32_t > IceGrid::AdminPrx::getServerPidAsync ( std::string_view id,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Gets the system process ID of a server.

The process ID is operating system dependent.

Parameters
idThe server ID.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • The process ID.