std::function< void()> IceGrid::AdminPrx::getNodeProcessorSocketCountAsync | ( | std::string_view | name, |
std::function< void(std::int32_t)> | response, | ||
std::function< void(std::exception_ptr)> | exception = nullptr, | ||
std::function< void(bool)> | sent = nullptr, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Gets the number of physical processor sockets in the computer where an IceGrid node is deployed.
Note that this operation returns 1 on operating systems where this can't be automatically determined and where the IceGrid.Node.ProcessorSocketCount property for the node is not set.
name | The node name. |
response | The response callback. It accepts:
|
exception | The exception callback. |
sent | The sent callback. |
context | The request context. |