The following tables list the members exposed by BARequestState.
Name | Description | |
---|---|---|
![]() | BARequestState Constructor | Initializes a new instance of the BARequestState class. |
Name | Description | |
---|---|---|
![]() | ResultObject | Task result object. Continuously transformed by result parsers/processors. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState) |
Name | Description | |
---|---|---|
![]() | DecodedObject | JSON-decoded object from service request result. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState) |
![]() | DisableClientCaching | If true, adds a timestamp parameter ("_ts") to the REST request to prevent the request from being loaded from the browser's cache. Default: false . (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState) |
![]() | ResultHandler | Result handler. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState) |
![]() | ResultType | Result type of the task associated with the request. |
![]() | TaskMessages | Resulting messages for this request. |
![]() | TaskName | Name of the task associated with the request. |
![]() | Timeout | The request timeout in seconds. A value less than or equal to zero prevents request timeout. Default: 0 . (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState) |
![]() | Url | Base URL of the request (if this value is missing, the client URL is used). (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState) |
![]() | UserState | A user-defined object that is passed to the method invoked when the asynchronous operation completes or fails. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState) |
Name | Description | |
---|---|---|
![]() | GetRequestUrl | Gets URL of the request which was executed. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState) |
![]() | NotifyOnFault | Dispatches a new fault event on the execute-failed event handler. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState) |
![]() | NotifyOnResult | Dispatches a new result event on the execute-completed event handler. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState) |
Name | Description | |
---|---|---|
![]() | CreateEventArgs | Overridden. Creates a new instance of the BAClientEventArgs class or its subclass. |