The following tables list the members exposed by BATask<TResult,TEventArgs>.
Name | Description | |
---|---|---|
![]() | BATask<TResult,TEventArgs> Constructor | Initializes a new instance of the BATask 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: Client.DisableClientCaching . (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask) |
![]() | LastResult | The last result of execution the task. |
![]() | ProxyUrl | The URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask) |
![]() | RequestTimeout | The request timeout in seconds. A value less than or equal to zero prevents request timeout. Default: Client.RequestTimeout . (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask) |
![]() | Token | Token for accessing a secure task. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask) |
![]() | TokenProvider | Provider responsible for updating the security token if the last one expires. |
![]() | Url | URL of the task. Default: Client.Url . (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask) |
Name | Description | |
---|---|---|
![]() | Client | Client instance associated with this task. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask) |
Name | Description | |
---|---|---|
![]() | GetEventHandlers | Gets event handlers associated with this instance. |
![]() | PrepareVariables | Prepares variables for HTTP service request. |
![]() | ResultHandler | Processes the result of task execution. |
![]() | Send | Overloaded. Sends a request to Business Analyst HTTP Service associated with this task. |
Name | Description | |
---|---|---|
![]() | ExecuteCompleted | This event occurs when the ExecuteAsync operation completes. |
![]() | Failed | This event occurs when the ExecuteAsync operation failes. |