ArcGIS Runtime SDK for WPF - Library Reference
UploadTask Class Members
See Also  Properties  Methods  Events
ESRI.ArcGIS.Client.Tasks Namespace : UploadTask Class


The following tables list the members exposed by UploadTask.

Public Constructors

 NameDescription
public ConstructorUploadTask ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAutoNormalizeIf true automatically normalizes geometry crossing the anti-meridian. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyClientCertificateGets or sets the client certificate that is sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyCredentialsGets or sets the network credentials that are sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyCustomParametersGets or sets the custom parameters to be appended to the request url. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyDisableClientCachingIf 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)
public PropertyIsBusyOverridden. Gets a value that indicates whether a Web request is in progress.  
public PropertyPartSizeGets or sets the maximum size for upload. This value determines when an upload need to be split into parts. Default is set to 2MB.  
public PropertyProxyURLGets or sets the URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyTokenToken for accessing a secure ArcGIS task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public PropertyUrlGets or sets the URL of the task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
Top

Public Methods

 NameDescription
public MethodCancelAsyncOverridden. Cancels a pending asynchronous operation.  
public MethodDeleteDeletes the uploaded item from server.  
public MethodDeleteAsyncDeletes the uploaded item from server.  
public MethodDeleteTaskAsyncOverloaded. Deletes the uploaded item from server.  
public MethodUploadAsyncUploads the file to server.  
public MethodUploadTaskAsyncOverloaded. Uploads the file to the server.  
Top

Protected Methods

 NameDescription
protected MethodOnPropertyChangedCalled 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)
Top

Public Events

 NameDescription
public EventDeleteCompletedOccurs when upload item is deleted  
public EventFailedOccurs when the query completes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public EventPropertyChangedOccurs when a property value changes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public EventUploadCompletedOccurs when upload completes  
public EventUploadProgressReports what percent of file has been uploaded.  
Top

See Also

© ESRI, Inc. All Rights Reserved.