SyncSynchronizationManager Class [AX 2012]
The SyncSynchronizationManager class is the framework class that provides the data sync management behaviors for the sync solutions.
| Method | Description | |
|---|---|---|
| addEntityToSync | Adds an entity to the sync set of the solution that is managed by this sync manager instance. |
| addQueryToSync | Adds a query to the sync set. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| ensureSyncConfigLoaded | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getSolutionId | |
| getSyncPortName | |
| getSyncProvider | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isEntityInSync | Indicates whether an entity is currently being synced. |
| new | |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| removeEntityFromSync | Removes an entity from the sync set of the solution that is managed by this sync manager instance. |
| removeQueryFromSync | Removes a query from the sync set of the solution. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| triggerSync | Triggers the sync on the current sync manager instance. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes an instance of the SyncSynchronizationManager class for the given solution ID under the current legal entity. |
| ::findByType | Gets a list of the SyncManager instances for the given solution type under the current legal entity. |
| ::runSync | Runs the sync on a progress operation. |
Community Additions
ADD
Show: