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 - AppForge Programming » UltraLite for AppForge API Reference » ULSyncResult class

ULSyncResult class Next Page

Properties


The following are properties of ULSyncResult:

Syntax

Description

AuthStatus As ULAuthStatusCode (read-only)

Gets the authorization status code for the last synchronization.

See Authentication Status synchronization parameter.

AuthValue As Long (read-only)

Gets the MobiLink authentication value.

See Authentication Value synchronization parameter.

PartialDownloadRetained As Boolean (read-only)

Indicates that the synchronization failed during download, and that a partial download was kept.

See Partial Download Retained synchronization parameter.

IgnoredRows As Boolean (read-only)

Indicates whether rows were ignored during the last synchronization.

See Ignored Rows synchronization parameter.

StreamErrorCode As ULStreamErrorCode (read-only)

Gets the error code reported by the synchronization stream.

StreamErrorContext As ULStreamErrorContext (read-only)

Gets the basic network operation performed.

StreamErrorID As ULStreamErrorID (read-only)

Gets the network layer reporting the error.

StreamErrorSystem As Long (read-only)

Gets the stream error system-specific code.

Timestamp as Date (read-only)

Gets the timestamp of the last synchronization.

UploadOK As Boolean (read-only)

Indicates whether data was uploaded successfully in the last synchronization.

See Version synchronization parameter.