ISynchronizationManager Methods

Include Protected Members
Include Inherited Members

The ISynchronizationManager type exposes the following members.

Methods

  Name Description
Public method GetAllInstancesInError Gets all External Items of a given view that are in error, including conflicts and read errors.
Public method GetAllOperationsInError Gets all failed operations from the queue, including association errors.
Public method GetOperation Gets an operation given its identifier (ID).
Public method GetOperationExecutionSummary Gets the current state of the queue in terms of the number of pending, failed, and completed operations.
Public method GetOperations Gets all pending operations from the queue.
Public method PopulateCache(IView, ILobSystemInstance, Identity) Gets the External Items and populates the cache using the specified view, external system instance, and identity.
Public method 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.
Public method PopulateCache(String, String, String, ILobSystemInstance, Identity) Gets the External Items and populates the cache using the specified view, external system instance, and identity.
Public method 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.
Public method 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.
Public method 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

See Also

Reference

ISynchronizationManager Interface

Microsoft.BusinessData.Offlining Namespace