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