Description

This routine prevents U2 sessions from timing out when idle.

Syntax

call U2_KeepAlive()

Remarks

This routine does not accept a parameter or return a value. A call to this routine, on start up, will keep the connection to the U2 system alive. It will send a message to the U2 Server every 60 seconds to advise the server to keep the connection available.

See also

U2 Functions

Example

call U2_KeepAlive()
  • No labels