The following tables list the members exposed by BAQueryTask.
Name | Description | |
---|---|---|
![]() | BAQueryTask Constructor | Overloaded. Initializes a new instance of the BAQueryTask class. |
Name | Description | |
---|---|---|
![]() | 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 . |
![]() | LastResult | The last result of execution the ArcGIS Query task. |
![]() | ProxyUrl | The URL to proxy the request through. |
![]() | RequestTimeout | The request timeout in seconds. A value less than or equal to zero prevents request timeout. Default: 0 . |
![]() | Token | Token for accessing a secure task. |
![]() | TokenProvider | Provider responsible for updating the security token if the last one expires. |
![]() | Url | The map resource URL to query features from. |
Name | Description | |
---|---|---|
![]() | ExecuteAsync | Overloaded. Asynchronous executes the workflow quering feature set from ArcGIS Server Map Services. |
Name | Description | |
---|---|---|
![]() | ExecuteCompleted | This event occurs when the ExecuteAsync operation completes. |
![]() | Failed | This event occurs when the ExecuteAsync operation failes. |