ESRI.ArcGIS.Mobile
MobileCacheSyncAgent Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching.Synchronization Namespace : MobileCacheSyncAgent Class


The following tables list the members exposed by MobileCacheSyncAgent.

Public Constructors

 NameDescription
Public ConstructorMobileCacheSyncAgent ConstructorOverloaded.  Creates a new instance.  
Top

Public Properties

 NameDescription
Public PropertyCanceled Gets the flag indicating if the synchronization was canceled. (Inherited from SyncAgent)
Public PropertyFeatureSyncAgents Gets the collection of FeatureSyncAgents.  
Public PropertyIsValid Indicates if the SyncAgent is correctly defined and can be used. (Inherited from SyncAgent)
Public PropertyMapDocumentConnectionOverridden.  Gets or sets the connection to the map document used for synchronization.  
Public PropertyState Gets the synchronization state. (Inherited from SyncAgent)
Top

Public Methods

 NameDescription
Public MethodBeginDownloadExtent Begins an asynchronous operation to download data between the local and remote data stores for the given extent.  
Public MethodCancel Requests the synchronization to cancel. This is only applicable if the synchronization is occurring on a different thread than the one requesting to cancel. (Inherited from SyncAgent)
Public MethodDisposeOverloaded.  Disposes the instance. (Inherited from SyncAgent)
Public MethodDownloadExtent Invokes DownloadExtent on each agent.  
Public Methodstatic (Shared in Visual Basic)EndDownloadExtent Completes an asynchronous to download data between the local and remote data stores for the given extent.  
Public MethodSynchronizeOverridden.  Begins an synchronous operation to synchronizes data between the local and remote data stores.
Synchronizes all the sync agents.  
Top

Protected Methods

 NameDescription
Protected MethodOnStateChanged Raises the StateChanged event. (Inherited from SyncAgent)
Top

Public Events

 NameDescription
Public EventProgressChanged Raised when the synchronization progress have changed.  
Public EventStateChanged Occurs when there is a change in the synchronization state. (Inherited from SyncAgent)
Top

See Also

© 2013 All Rights Reserved.