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


The following tables list the members exposed by TaskBase.

Public Properties

 NameDescription
public PropertyAutoNormalizeIf true automatically normalizes geometry crossing the anti-meridian.  
public PropertyClientCertificateGets or sets the client certificate that is sent to the host and used to authenticate the request.  
public PropertyCredentialsGets or sets the network credentials that are sent to the host and used to authenticate the request.  
public PropertyCustomParametersGets or sets the custom parameters to be appended to the request url.  
public PropertyDisableClientCachingIf true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache.  
public PropertyIsBusyGets a value that indicates whether a Web request is in progress.  
public PropertyProxyURLGets or sets the URL to proxy the request through.  
public PropertyTokenToken for accessing a secure ArcGIS task.  
public PropertyUrlGets or sets the URL of the task.  
Top

Public Methods

 NameDescription
public MethodCancelAsyncCancels a pending asynchronous operation.  
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.  
Top

Public Events

 NameDescription
public EventFailedOccurs when the query completes.  
public EventPropertyChangedOccurs when a property value changes.  
Top

See Also

© ESRI, Inc. All Rights Reserved.