ExpirationTime

double ISystem.ExpirationTime { get; set; }

Gets or sets the interval between connection loss and release of reserved resources by top-controllers.

Value

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

Throws

InvalidArgumentException – Invalid expiration time (NaN).

Remarks

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