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


The following tables list the members exposed by FeatureLayerSyncAgent.

Public Constructors

 NameDescription
Public ConstructorFeatureLayerSyncAgent ConstructorOverloaded.  Creates a new instance.  
Top

Public Properties

 NameDescription
Public PropertyCanceled Gets the flag indicating if the synchronization was canceled. (Inherited from SyncAgent)
Public PropertyDownloadFilter Gets or sets the query filter used for downloading changes during the synchronization. If the value is null, the entire feature layer extent will be used for downloading changes.  
Public PropertyFeatureLayer Gets or sets the feature layer to synchronize.  
Public PropertyIsValidOverridden.  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. (Inherited from SyncAgent)
Public PropertyState Gets the synchronization state. (Inherited from SyncAgent)
Public PropertySynchronizationDirection Gets or sets the SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client.  
Public PropertyUploadFilter Gets or sets the query filter used for uploading changes. If the value is null, the entire feature layer extent will be used for uploading changes.  
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. (Inherited from SyncAgent)
Public MethodSynchronizeOverridden.  Synchronizes data between the local and remote data stores.  
Top

Protected Methods

 NameDescription
Protected MethodDownload Executes the Download of features.  
Protected MethodOnStateChangedOverridden.  Raises the state changed event.  
Protected MethodUpload Executes the upload of features.  
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