Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

SyncResult class


Represents the status of the last synchronization.

Prototypes 

' Visual Basic
Public Class SyncResult

// C#
public class SyncResult

Remarks 

This class cannot be directly instantiated. Each connection has its own SyncResult instance, attached as its SyncResult property property. A SyncResult instance is only valid while that connection is open.

See also 

SyncResult members
AuthStatus property
AuthValue property
IgnoredRows property
PartialDownloadRetained property
StreamErrorCode property
StreamErrorContext property
StreamErrorID property
StreamErrorSystem property
Timestamp property
UploadOK property
Finalize method

Collection Contents Previous Next PDF