Community Analyst API for Silverlight 2.2 Reference
BAOTask<TResult,TEventArgs> Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Client.BAO.Tasks Namespace : BAOTask<TResult,TEventArgs> Class


Glossary Item Box

The following tables list the members exposed by BAOTask<TResult,TEventArgs>.

Public Constructors

 NameDescription
Public ConstructorBAOTask<TResult,TEventArgs> ConstructorOverloaded. Initializes a new instance of the BAOTask class.  
Top

Public Properties

 NameDescription
Public PropertyActiveDatasetIDActive dataset ID.
Default: Client.ActiveDatasetID.  
Public PropertyDisableClientCachingIf true, adds a timestamp parameter ("_ts") to the REST request to prevent the request from being loaded from the browser's cache.
Default: Client.DisableClientCaching. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask)
Public PropertyLastResult The last result of execution the task. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>)
Public PropertyProxyUrl The URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask)
Public PropertyRequestTimeoutThe request timeout in seconds. A value less than or equal to zero prevents request timeout.
Default: Client.RequestTimeout. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask)
Public PropertyToken Token for accessing a secure task. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask)
Public PropertyTokenProvider Provider responsible for updating the security token if the last one expires. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>)
Public PropertyUrlURL of the task.
Default: Client.Url. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask)
Top

Protected Methods

 NameDescription
Protected MethodGetEventHandlers Gets event handlers associated with this instance. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>)
Protected MethodPrepareVariablesOverridden.  Prepares variables for HTTP service request.  
Protected MethodResultHandler Processes the result of task execution. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>)
Protected MethodSendOverloaded.  Sends a request to Community Analyst HTTP Service associated with this task using this instance event handlers. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>)
Top

Public Events

 NameDescription
Public EventExecuteCompleted This event occurs when the ExecuteAsync operation completes. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>)
Public EventFailed This event occurs when the ExecuteAsync operation failes. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>)
Top

See Also

© 2010-2012 ESRI Inc. All Rights Reserved.