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

SetServerSyncListener method Next Page

SignalSyncIsComplete method


Signals the MobiLink provider for ActiveSync that an application has completed synchronization.

Syntax

Visual Basic

Public Sub SignalSyncIsComplete()

C#

public void SignalSyncIsComplete();

Example

For an example of SignalSyncIsComplete, see the ActiveSyncInvoked method.

See also