• <GetStart>
  • CSPro User's Guide
    • The CSPro System
    • Data Dictionary Module
    • The CSPro Language
    • Data Entry Module
    • Batch Editing Applications
    • Tabulation Applications
    • Data Sources
    • Synchronization
    • CSPro Statements and Functions
    • Text Templates
    • Templated Reporting System
    • HTML, Markdown, and JavaScript Integration
    • Action Invoker
      • Overview
      • Execution Environments
      • Security, Resource Management, and Formatting Options
      • Base Actions
      • Application Namespace
      • Clipboard Namespace
      • Data Namespace
      • Dictionary Namespace
      • File Namespace
      • Hash Namespace
      • Localhost Namespace
      • Logic Namespace
      • Message Namespace
      • Network Namespace
      • Path Namespace
      • Settings Namespace
      • Sqlite Namespace
      • Sync Namespace
        • Sync Action Invoker Namespace
        • Sync.connect Action
        • Sync.disconnect Action
        • Sync.sendMessage Action
        • Sync.syncParadata Action
      • System Namespace
      • UI Namespace
    • Appendix
  • <CSEntry>
  • <CSBatch>
  • <CSTab>
  • <DataManager>
  • <TextView>
  • <TblView>
  • <CSFreq>
  • <CSDeploy>
  • <CSPack>
  • <CSDiff>
  • <CSConcat>
  • <Excel2CSPro>
  • <CSExport>
  • <CSIndex>
  • <CSReFmt>
  • <CSSort>
  • <ParadataConcat>
  • <ParadataViewer>
  • <CSCode>
  • <CSDocument>
  • <CSView>
  • <CSWeb>

Sync Action Invoker Namespace

The Sync namespace, part of the Action Invoker, provides actions to interact with synchronization services.
After creating a connection to a synchronization service, a resource ID is returned that identifies the service in subsequent actions until the connection is closed.
Functionality
ActionDescription
Sync.connectConnects to a synchronization service, initiating a synchronization session.
Sync.disconnectEnds a synchronization session, disconnecting from the service.
Sync.sendMessageSends a message to a synchronization service and returns the service's response.
Sync.syncParadataSynchronizes the events in a paradata log with a synchronization service.
See also: Action Invoker Overview, Network Action Invoker Namespace, Synchronization Overview