ESRI.ArcGIS.Mobile
FeatureLayerSyncResults Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : FeatureLayerSyncResults Class


The following tables list the members exposed by FeatureLayerSyncResults.

Public Constructors

 NameDescription
Public ConstructorFeatureLayerSyncResults Constructor Creates a new instance.  
Top

Public Properties

 NameDescription
Public PropertyCanceled Indicates if the session was canceled. (Inherited from SyncResults)
Public PropertyDataSizeReceived Gets or sets the size of data received. (Inherited from SyncResults)
Public PropertyDataSizeSent Gets or sets the size of data sent. (Inherited from SyncResults)
Public PropertyDeletedFeaturesUploaded Gets the list of features that have been deleted in the cache and were successfully deleted in the remote map document.  
Public PropertyException Gets or sets the exception encountered during the synchronization. (Inherited from SyncResults)
Public PropertyFeaturesAddedInCache Gets the list of feature added to the cache during synchronization.  
Public PropertyFeaturesRemovedFromCache Gets the list of features that have been removed from the cache during the synchronization.  
Public PropertyFeaturesUpdatedInCache Gets the list of features that have been updated in the cache during the cache synchronization.  
Public PropertyModifiedFeaturesUploaded Gets the list of features that have been modified in the cache and that were successfully modified in the remote map document.  
Public PropertyNewFeaturesUploaded Gets the dictionary of features that were new in the cache ant that have been successfully uploaded.  
Public PropertySyncCompleteTime Gets or sets the time when a synchronization session ended. (Inherited from SyncResults)
Public PropertySyncStartTime Gets or sets the time when a synchronization session started. (Inherited from SyncResults)
Public PropertyUploadedFeaturesErrors Gets the list of errors for features that were uploaded.  
Top

See Also