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


The following tables list the members exposed by PostFeaturesRequest.

Public Properties

 NameDescription
Public PropertyAddedFeatures Gets the list of successfully added features on the server per feature layer.  
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 PropertyDeletedFeatures Gets the list of successfully deleted features on the server per feature layer.  
Public PropertyErrors Gets the list of feature errors encountered on the server per feature layer.  
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 PropertyLayers Gets the MobileServiceLayers associated with this request.  
Public PropertyMobileService Gets the request MobileService. (Inherited from Request)
Public PropertyModifiedFeatures Gets the list of successfully modified features on the server per feature layer.  
Public PropertyStatistics Gets the time it took for the server to execute the query. (Inherited from Request)
Top

Public Methods

 NameDescription
Public MethodCancel Cancels the request. (Inherited from Request)
Public MethodResubmitOverridden.  Resubmits the request on the MobileService.  
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