Indicates if manual synchronization has been specified but not yet completed. Call ManualSyncCompleted when you have completed the manual synchronization.
bSyncPending = Database.ManualSyncPending (
[PubServerName :=] idServer,
[PubDatabaseName :=] idDatabase,
[PublicationName :=] idPublication,
[ArticleName :=] idArticle )
HRESULT pDatabase->ManualSyncPending (
SQLOLE_LPCSTR idServer,
SQLOLE_LPCSTR idDatabase,
SQLOLE_LPCSTR idPublication,
SQLOLE_LPCSTR idArticle,
LPBOOL pbSyncPending );
Element | Type | Description |
---|
bSyncPending | Boolean | Indicates if manual synchronization is pending. If True, manual synchronization has not been completed. If False, the user has indicated that manual synchronization has been completed by the user. |
idServer | Identifier | Publishing server |
idDatabase | Identifier | Database |
idPublication | Identifier | Publication |
idArticle | Identifier | Article |
This is an indexed property.