Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » MobiLink - Server-Initiated Synchronization » MobiLink Listener utilities » Listener utility for Windows devices » Listener options for Windows

 

-i option

Specifies the polling interval for SMTP connections.

Syntax
dblsn -i number ...
Remarks

The -i option specifies the frequency at which the Listener checks for messages.

For SMTP connections, the default is 30 seconds. For UDP connections, the Listener connects immediately.

The -i option can be used once for every listening library that is specified with the -d option.

See also
Example

The following example specifies the polling intervals for two different libraries:

dblsn -d lsn_udp.dll -i 60 -d maac750.dll -i 45