ESRI.ArcGIS.Mobile
SyncAgent Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : SyncAgent Class


The following tables list the members exposed by SyncAgent.

Public Properties

 NameDescription
Public PropertyCanceled Gets the flag indicating if the synchronization was canceled.  
Public PropertyIsValid Indicates if the SyncAgent is correctly defined and can be used.  
Public PropertyMapDocumentConnection Gets or sets the connection to the map document used for synchronization.  
Public PropertyState Gets the synchronization state.  
Top

Public Methods

 NameDescription
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.  
Public MethodSynchronize Synchronizes data between the local and remote data stores.  
Top

Protected Methods

 NameDescription
Protected MethodOnStateChanged Raises the StateChanged event.  
Top

Public Events

 NameDescription
Public EventStateChanged Occurs when there is a change in the synchronization state.  
Top

See Also