ArcGIS API for Silverlight - Library Reference
TaskBase Class Members
See Also  Properties  Methods  Events Send comments on this topic
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 PropertyDisableClientCaching If true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache.  
public PropertyIsBusy Gets a value that indicates whether a Web request is in progress.  
public PropertyProxyURL Gets or sets the URL to proxy the request through.  
public PropertyToken Token for accessing a secure ArcGIS task.  
public PropertyUrl Gets or sets the URL of the task.  
Top

Public Methods

 NameDescription
public MethodCancelAsync Cancels 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 EventFailed Occurs when the query completes.  
public EventPropertyChanged Occurs when a property value changes.  
Top

See Also

© ESRI, Inc. All Rights Reserved.