ULSyncProgressData members

Public fields
Member name Description

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 name Description

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.

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.

SyncTableCount property

Returns the number of tables being synchronized.

SyncTableIndex property

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

TableID property

Returns the database index of the table currently being synchronized.

TableName property

Returns the name of the current table being uploaded or downloaded.
Public methods
Member name Description

SetValues method

Load current sync values into this object

See also