Load current sync values into this object
Visual Basic Public Sub SetValues( _ ByVal sync_state As ULSyncProgressState, _ ByVal table_id As Integer, _ ByVal table_count As Integer, _ ByVal table_index As Integer, _ ByVal sent_bytes As Long, _ ByVal sent_inserts As Integer, _ ByVal sent_updates As Integer, _ ByVal sent_deletes As Integer, _ ByVal recv_bytes As Long, _ ByVal recv_inserts As Integer, _ ByVal recv_updates As Integer, _ ByVal recv_deletes As Integer, _ ByVal flag_s As Integer _ )
C# public void SetValues( ULSyncProgressState sync_state, int table_id, int table_count, int table_index, long sent_bytes, int sent_inserts, int sent_updates, int sent_deletes, long recv_bytes, int recv_inserts, int recv_updates, int recv_deletes, int flag_s );
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |