The following tables list the members exposed by UploadTask.
Name | Description | |
---|---|---|
![]() | UploadTask Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AutoNormalize | If true automatically normalizes geometry crossing the anti-meridian. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | ClientCertificate | Gets or sets the client certificate that is sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | Credentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | CustomParameters | Gets or sets the custom parameters to be appended to the request url. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | DisableClientCaching | If true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | IsBusy | Overridden. Gets a value that indicates whether a Web request is in progress. |
![]() | PartSize | Gets or sets the maximum size for upload. This value determines when an upload need to be split into parts. Default is set to 2MB. |
![]() | ProxyURL | Gets or sets the URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | Token | Token for accessing a secure ArcGIS task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | Url | Gets or sets the URL of the task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
Name | Description | |
---|---|---|
![]() | CancelAsync | Overridden. Cancels a pending asynchronous operation. |
![]() | Delete | Deletes the uploaded item from server. |
![]() | DeleteAsync | Deletes the uploaded item from server. |
![]() | DeleteTaskAsync | Overloaded. Deletes the uploaded item from server. |
![]() | UploadAsync | Uploads the file to server. |
![]() | UploadTaskAsync | Overloaded. Uploads the file to the server. |
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. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
Name | Description | |
---|---|---|
![]() | DeleteCompleted | Occurs when upload item is deleted |
![]() | Failed | Occurs when the query completes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | UploadCompleted | Occurs when upload completes |
![]() | UploadProgress | Reports what percent of file has been uploaded. |