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

SQL Anywhere 11.0.0 » MobiLink - Client Administration » Introduction to SQL Anywhere Clients for MobiLink » Dbmlsync integration component (deprecated) » Dbmlsync integration component methods

 

Stop method

Requests active synchronizations to terminate.

Syntax
Stop( )
Member of DbmlsyncCOM.Dbmlsync
Remarks

The Stop method issues a request to terminate any active synchronizations. It returns immediately.

The stop button built into the visual Dbmlsync integration component automatically invokes this method.

Example

The following example stops synchronizations being run by the Dbmlsync integration component instance dbmlsync1.

dbmlsync1.Stop