SetExpirationTime

virtual void ISystem::SetExpirationTime(double time) = 0

Sets the interval between connection loss and release of reserved resources by top-controllers.

Parameters

time – Expiration time in seconds. Negative value means infinite.

Throws

CInvalidArgumentException – Invalid expiration time (NaN).

Remarks

Only applicable for connections to top-controllers made using this system.