The EndLogScan event is triggered immediately after the transaction log is scanned for upload. This event is not fired for scripted uploads.
Public Event EndLogScan( ) Member of DbmlsyncCOM.Dbmlsync
Use this event to add custom actions immediately after the transaction log is scanned for upload.
The following Visual Basic .NET example outputs a message when the EndLogScan event is triggered.
Private Sub dbmlsync1_EndLogScan() Handles dbmlsync1.EndLogScan MsgBox("Scan of transaction log complete...") End Sub |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |