IClientFacade.GetLoginTimeout Method
This method is called to modify the idle timeout value for the login app transaction.
Remarks
The idle timeout determines how long a login transaction remains active without user interaction. When a transaction is idle for this duration, it expires but can be automatically restarted (see GetLoginAbsoluteTimeout). The default timeout value is provided in the Timeout parameter. Implementers can modify it to set a custom value for this client. Default: 10 minutes.
Syntax
Unit: Sphinx.ClientFacade
procedure IClientFacade.GetLoginTimeout(var Timeout: TTimeSpan); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| var | Timeout | TTimeSpan |