ESRI.ArcGIS.Mobile
FeatureLayerSyncStep Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : FeatureLayerSyncStep Enumeration

Describes the current synchronization step of a FeatureLayerSyncAgent.

Syntax

Visual Basic (Declaration) 
Public Enum FeatureLayerSyncStep 
   Inherits Enum
C# 
public enum FeatureLayerSyncStep : Enum 

Members

MemberDescription
None The step is undefined.
DecomposingExtent The downloading extent is going to be decomposed in manageable sub-extents.
ExtentDecomposed The downloading extent has been decomposed in manageable sub extents. The property NumberOfDecomposedExtents of FeatureLayerSyncProgressEventArgs will indicates how many sub extents have been calculated.
DownloadingData The downloading of data for a sub-extent started.
DataCached The data that have been downloaded have been cached.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.MobileServices.FeatureLayerSyncStep

Requirements

Namespace: ESRI.ArcGIS.Mobile.MobileServices

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also