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

Used to report the progress of a request thru the RequestProgressChangedEvent.

Syntax

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

Members

MemberDescription
StartProcessing Indicates that the request is no longer in the waiting list, the RequestManager will start to process it. If the request is atomic, the next event raised will be the RequestCompleted event. If the Request requires sub steps, a series of RequestProgressChanged events may be raised with the RequestProgressStep sets to Processing.
Processing Used by certain requests if the processing requires sub steps with the server.

Inheritance Hierarchy

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

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