The WaitingForUploadAck event is triggered when the component begins waiting for upload acknowledgement from the MobiLink server.
Public Event WaitingForUploadAck( ) Member of DbmlsyncCOM.Dbmlsync
Use this event to add custom actions when the component is waiting for upload acknowledgement from the MobiLink server.
The following Visual Basic .NET example outputs a message when the WaitingForUploadAck event is triggered.
Private Sub dbmlsync1_WaitingForUploadAck() Handles dbmlsync1.WaitingForUploadAck MsgBox("Waiting for Upload Acknowledgement") End Sub |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |