| std::optional< Ice::ObjectPrx > IceGrid::SessionPrx::allocateObjectById | ( | const ::Ice::Identity & | id, |
| const Ice::Context & | context = Ice::noExplicitContext ) const |
Allocates an object.
| id | The identity of the object to allocate. |
| context | The request context. |
| IceGrid::AllocationException | Thrown when the allocation fails. |
| IceGrid::ObjectNotRegisteredException | Thrown when an object with the given identity is not registered with the registry. |