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 |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |