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 » ULSyncResult class

ULSyncResult class Next Page

ULSyncResult members


Public properties
Member nameDescription

AuthStatus property

Returns the authorization status code for the last synchronization attempt.

AuthValue property

Returns the return value from custom user authentication synchronization scripts.

IgnoredRows property

Checks whether any uploaded rows were ignored during the last synchronization.

PartialDownloadRetained property

Checks whether a partial download was retained during the last synchronization.

StreamErrorCode property

Returns the error reported by the stream itself.

StreamErrorContext property

Returns the basic network operation being performed when the stream error occurred.

StreamErrorID property

Returns the ID of the network layer reporting an error.

StreamErrorSystem property

Returns the stream error system-specific code.

Timestamp property

Returns the timestamp of the last synchronization.

UploadOK property

Checks whether the last upload synchronization was successful.

See also