You can find the API specification for ISync.NET in \DB2Everyplace\Clients\clientapisample\NMP\ISync.NET.chm
Prerequisite
Software Requirements
Although the ISync.NET provider is platform and language independent, it still depends on the underlying native Sync Client libraries. Both the provider and the Sync Client libraries must be included in the user path at application runtime. During the installation of DB2 Everyplace the user paths should be updated.
For information on the client libraries, see Win32 Ŭ¶óÀÌ¾ðÆ®¿¡¼ ÆÄÀÏ ¼³Ä¡.
Procedure
To use Isync.NET in your applications, the following steps must be performed for all Visual Studio Frameworks and application types.
[Visual Basic] Imports IBM.Data.Sync Imports IBM.Data.Sync.DB2e [C#] using IBM.Data.Sync; using IBM.Data.Sync.DB2e;
For more information, you can view the sample synchronization application located in \DB2Everyplace\Clients\clientapisample\NMP
Related concepts
Related tasks