MobiLink Synchronization Reference
Stored Procedures
Client event-hook procedures
Use this stored procedure to programmatically decide when a rescan is required.
Name | Values | Description |
---|---|---|
publication_n (in) | publication name | The publications being synchronized, where n is an integer. There is one publication_n entry for each publication being uploaded. |
MobiLink user (in) | MobiLink user name | The MobiLink user for which you are synchronizing. |
discarded storage (in) | number | The number of bytes of discarded memory after the last synchronization. |
rescan (in|out) | True|False | If set to True by the hook, dbmlsync performs a complete rescan before the next synchronization. On entry, this value is set to False. |
script version (in) | script version name | The MobiLink script version to be used for the synchronization. |
When no other condition has been met that would force a rescan, this hook is called immediately after the sp_hook_dbmlsync_end hook. In some cases, this hook may be called even when dbmlsync is not hovering, but in these cases, return values from the hook are ignored.
HoverRescanThreshold (hrt) extended option