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


The following tables list the members exposed by FeatureSyncAgent.

Public Constructors

 NameDescription
Public ConstructorFeatureSyncAgent ConstructorOverloaded.  Creates a new instance.  
Top

Public Properties

 NameDescription
Public PropertyAttachmentSyncResults Gets the FeatureAttachmentSyncResults after FeatureAttachment Download is completed.  
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 source extent will be used for downloading changes.  
Public PropertyFeatureSource Gets or sets the feature source 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 PropertySynchronizeAttachments Gets or sets the value to either Auto Synchronize Attachments along with Features.  
Public PropertyUploadFilter Gets or sets the query filter used for uploading changes. If the value is null, the entire feature source 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 MethodDisposeOverloaded.  Disposes the instance. (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

© 2013 All Rights Reserved.