ESRI.ArcGIS.Mobile
FeatureSyncStep Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching.Synchronization Namespace : FeatureSyncStep Enumeration

Describes the current synchronization step of a FeatureSyncAgent.

Syntax

Visual Basic (Declaration) 
Public Enum FeatureSyncStep 
   Inherits Enum
C# 
public enum FeatureSyncStep : 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 FeatureSyncProgressEventArgs 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.FeatureCaching.Synchronization.FeatureSyncStep

Requirements

Target 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

See Also

© 2013 All Rights Reserved.