| AdapterInfoSeq IceGrid::AdminPrx::getAdapterInfo | ( | std::string_view | id, |
| const Ice::Context & | context = Ice::noExplicitContext ) const |
Gets adapter information for the replica group or adapter with the given ID.
| id | The adapter or replica group ID. |
| context | The request context. |
id refers to an adapter, this sequence contains a single element. If id refers to a replica group, this sequence contains adapter information for each member of the replica group. | IceGrid::AdapterNotExistException | Thrown when the adapter or replica group doesn't exist. |