Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULDatabaseManager class

 

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 ActiveSyncInvoked method.

See also