Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULSyncProgressData class

ULSyncProgressData class Next Page

ULSyncProgressData members


Public fields
Member nameDescription

FLAG_IS_BLOCKING field

A flag indicating that the synchronization is blocked awaiting a response from the MobiLink server. This field is constant and read-only.

Public properties
Member nameDescription

ErrorMessage property

Returns the error message describing the error that occurred during synchronization.

Flags property

Returns the current synchronization flags indicating additional information relating to the current state.

ReceivedBytes property

Returns the number of bytes received so far. This information is updated for all states.

ReceivedDeletes property

Returns the number of deleted rows received so far.

ReceivedInserts property

Returns the number of inserted rows received so far.

ReceivedUpdates property

Returns the number of updated rows received so far.

SQLCode property

Returns the SQL code for synchronization.

SentBytes property

Returns the number of bytes sent so far. This information is updated for all states.

SentDeletes property

Returns the number of deleted rows sent so far.

SentInserts property

Returns the number of inserted rows sent so far.

SentUpdates property

Returns the number of updated rows sent so far.

State property

Returns the current synchronization state.

SyncParms property

Returns a reference to the connection's SyncParms object.

SyncResult property

Returns a reference to the connection's SyncResult object. This object is only updated with ULSyncProgressState enumeration and ULSyncProgressState enumeration events.

TableCount property

A count of the tables sent or received (TableCount of TableTotal) so far.

TableIndex property

Returns the index of the table currently being synchronized (tables are numbered 1 to DatabaseSchema.TableCount).

TableTotal property

Returns the number of tables being synchronized.

See also