Communicates using TCP/IP with a separate process, dbmlsync server, which performs a synchronization by connecting to the MobiLink server and the remote database.
Public Class DbmlsyncClient
public class DbmlsyncClient
All members of DbmlsyncClient class, including all inherited members.
Name | Description |
---|---|
Cancels a synchronization request. | |
Opens a connection to a Dbmlsync server that is already running on this computer. | |
Breaks the Dbmlsync server connection that was established with the Connect method. | |
Frees all resources used by this class instance. | |
Retrieves additional information about the failure after a DbmlsyncClient class method returns a failed return code. | |
Retrieves the next feedback event for synchronizations requested by the client. | |
Retrieves the current value of a property. | |
Initializes a DbmlsyncClient class instance. | |
Creates an instance of the dbmlsync client class that can be used to control synchronizations. | |
Sends a ping request to the dbmlsync server to check if the server is active and responding to requests. | |
Sets various properties to modify the behavior of the class instance. | |
Shuts down the dbmlsync server to which the client is connected. | |
Starts a new dbmlsync server if one is not already listening on the specified port. | |
Requests that the dbmlsync server perform a synchronization. | |
Returns when the server has shutdown or when the timeout expires, whichever comes first. |
Multiple clients can share the same dbmlsync server. However, each dbmlsync server can only synchronize a single remote database. Each remote database can have only one dbmlsync server synchronizing it.
The dbmlsync server performs one synchronization at a time. If the server receives a synchronization request while performing a synchronization, it queues that request and satisfies it later.
Status information generated by synchronizations is communicated back to the client application through the GetEvent method.
CancelSync method
Connect method
Disconnect method
Fini method
GetErrorInfo method
GetEvent method
GetProperty method
Init method
InstantiateClient method
Ping method
SetProperty method
ShutdownServer method
StartServer method
Sync method
WaitForServerShutdown method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |