ISynchronizationManager Members
Include Protected Members
Include Inherited Members
Contains all public synchronization management methods.
The ISynchronizationManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
WorkOffline | Controls the change synchronization for the user who is logged on. |
Top
Methods
Name | Description | |
---|---|---|
GetAllInstancesInError | Gets all External Items of a given view that are in error, including conflicts and read errors. | |
GetAllOperationsInError | Gets all failed operations from the queue, including association errors. | |
GetOperation | Gets an operation given its identifier (ID). | |
GetOperationExecutionSummary | Gets the current state of the queue in terms of the number of pending, failed, and completed operations. | |
GetOperations | Gets all pending operations from the queue. | |
PopulateCache(IView, ILobSystemInstance, Identity) | Gets the External Items and populates the cache using the specified view, external system instance, and identity. | |
PopulateCache(IEntity, IFilterCollection, String, ILobSystemInstance) | Gets the External Items and populates the cache using the specified external content type, collection of filters, finder method name, and external system instance. | |
PopulateCache(String, String, String, ILobSystemInstance, Identity) | Gets the External Items and populates the cache using the specified view, external system instance, and identity. | |
PopulateCache(IEntity, EntityInstanceCollection, IAssociation, IFilterCollection, ILobSystemInstance) | Gets the External Items and populates the cache using the specified destination external content type, source External Items, association, collection of filters, and external system instance. | |
ResolveIdentity(Guid) | Gets an identity that has both the TemporaryId and the identifier values array populated with the values that are currently available in the cache. | |
ResolveIdentity(Identity) | Gets an identity that has both the TemporaryId and the identifier values array populated with the values that are currently available in the cache. |
Top