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


The following tables list the members exposed by GetFeaturesRequest.

Public Properties

 NameDescription
Public PropertyAsyncState Gets the user state object associated with the request. (Inherited from Request)
Public PropertyCanceled Gets the flag indicating if the request was cancel. (Inherited from Request)
Public PropertyCompletedSynchronously Indicates if the request was executed Synchronously (always return false). (Inherited from Request)
Public PropertyException Gets the exception generated by the request on RequestCompleted. (Inherited from Request)
Public PropertyId Gets the request ID. (Inherited from Request)
Public PropertyIsCompleted Indicates if the request is completed. (Inherited from Request)
Public PropertyLayer Gets the requested mobile service layer. (Inherited from SingleLayerRequest)
Public PropertyMobileService Gets the request MobileService. (Inherited from Request)
Public PropertyStatistics Gets the time it took for the server to execute the query. (Inherited from Request)
Public PropertyVersionName Gets the version name for the request. (Inherited from SingleLayerRequest)
Top

Public Methods

 NameDescription
Public MethodCancel Cancels the request. (Inherited from Request)
Public MethodResubmit Resubmit the request on the MobileService. (Inherited from Request)
Public MethodToStringOverridden.  Returns a String that represents the current Request.  
Public MethodWaitOneOverloaded.  Blocks the current thread until it receives a signal. (Inherited from Request)
Top

Protected Methods

 NameDescription
Protected MethodFinalize Finalizes the instance. (Inherited from Request)
Top

See Also