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

◆ disableMetricsViewAsync()

virtual void IceMX::AsyncMetricsAdmin::disableMetricsViewAsync ( std::string name,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Disables a metrics view.

Parameters
nameThe metrics view name.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceMX::UnknownMetricsViewThrown when the metrics view cannot be found.