The DisconnectMobilink event is triggered immediately after the component disconnects from the MobiLink server.
Public Event DisconnectMobilink( ) Member of DbmlsyncCOM.Dbmlsync
Use this event to add custom actions immediately after the remote database disconnects from the MobiLink server.
The following Visual Basic .NET example outputs a message when the DisconnectMobilink event is triggered.
Private Sub dbmlsync1_DisconnectMobilink() Handles dbmlsync1.DisconnectMobilink MsgBox("Disconnected from the MobiLink server") End Sub |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |