void IceGrid::SessionPrx::setAllocationTimeout | ( | std::int32_t | timeout, |
const Ice::Context & | context = Ice::noExplicitContext ) const |
Sets the allocation timeout.
When no object is immediately available for an allocation request, the implementation of IceGrid::SessionPrx::allocateObjectById and IceGrid::SessionPrx::allocateObjectByType waits for the duration of this timeout
.
timeout | The timeout in milliseconds. |
context | The request context. |