UL Ext: Returns synchronization progress monitoring data.
Public Class ULSyncProgressData
public class ULSyncProgressData
All members of ULSyncProgressData class, including all inherited members.
Name | Description |
---|---|
Returns the current synchronization flags indicating additional information relating to the current state. | |
Returns the number of bytes received so far. | |
Returns the number of deleted rows received so far. | |
Returns the number of inserted rows received so far. | |
Returns the number of updated rows received so far. | |
Returns the number of bytes sent so far. | |
Returns the number of deleted rows sent so far. | |
Returns the number of inserted rows sent so far. | |
Returns the number of updated rows sent so far. | |
Returns the current synchronization state. | |
Returns the number of tables being synchronized. | |
Returns the index of the table currently being synchronized (tables are numbered 1 to DatabaseSchema.TableCount). | |
Returns the database index of the table currently being synchronized. | |
Returns the name of the current table being uploaded or downloaded. | |
A flag indicating that the synchronization is blocked awaiting a response from the MobiLink server. |
Flags property
ReceivedBytes property
ReceivedDeletes property
ReceivedInserts property
ReceivedUpdates property
SentBytes property
SentDeletes property
SentInserts property
SentUpdates property
State property
SyncTableCount property
SyncTableIndex property
TableID property
TableName property
FLAG_IS_BLOCKING field
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |