The following tables list the members exposed by RequestState.
Name | Description | |
---|---|---|
![]() | RequestState Constructor | Initializes a new instance of the RequestState class. |
Name | Description | |
---|---|---|
![]() | ResultObject | Task result object. Continuously transformed by result parsers/processors. |
Name | Description | |
---|---|---|
![]() | DecodedObject | JSON-decoded object from service request result. |
![]() | 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 . |
![]() | ResultHandler | Result handler. |
![]() | Timeout | The request timeout in seconds. A value less than or equal to zero prevents request timeout. Default: 0 . |
![]() | Url | Base URL of the request (if this value is missing, the client URL is used). |
![]() | UserState | A user-defined object that is passed to the method invoked when the asynchronous operation completes or fails. |
Name | Description | |
---|---|---|
![]() | GetRequestUrl | Gets URL of the request which was executed. |
![]() | NotifyOnFault | Dispatches a new fault event on the execute-failed event handler. |
![]() | NotifyOnResult | Dispatches a new result event on the execute-completed event handler. |
Name | Description | |
---|---|---|
![]() | CreateEventArgs | Creates a new instance of event args. |