The following tables list the members exposed by TaskBase.
Name | Description | |
---|---|---|
AutoNormalize | If true automatically normalizes geometry crossing the anti-meridian. | |
Credentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. | |
DisableClientCaching | If true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache. | |
IsBusy | Gets a value that indicates whether a Web request is in progress. | |
ProxyURL | Gets or sets the URL to proxy the request through. | |
Token | Token for accessing a secure ArcGIS task. | |
Url | Gets or sets the URL of the task. |
Name | Description | |
---|---|---|
CancelAsync | Cancels a pending asynchronous operation. |
Name | Description | |
---|---|---|
OnPropertyChanged | Called when a task result related property value has changed. These properties are named, or end with, "LastResult". E.g. QueryTask exposes the "LastResult" property, and GeometryService has a "BufferLastResult" property. |
Name | Description | |
---|---|---|
Failed | Occurs when the query completes. | |
PropertyChanged | Occurs when a property value changes. |