| std::function< void()> IceBox::ServiceManagerPrx::isServiceRunningAsync | ( | std::string_view | service, |
| std::function< void(bool)> | response, | ||
| std::function< void(std::exception_ptr)> | exception = nullptr, | ||
| std::function< void(bool)> | sent = nullptr, | ||
| const Ice::Context & | context = Ice::noExplicitContext ) const |
Returns whether a service is running.
| service | The name of the service to check. |
| response | The response callback. It accepts:
|
| exception | The exception callback. |
| sent | The sent callback. |
| context | The request context. |