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

◆ sendSignalAsync() [1/2]

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

Sends a signal to a server.

Parameters
idThe server ID.
signalThe signal, for example SIGTERM or 15.
contextThe request context.
Returns
A future that becomes available when the invocation completes.