Esri Business Analyst Server API for Silverlight 2.2 Reference
BATask<TResult,TEventArgs> Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Client.BACore.Client Namespace : BATask<TResult,TEventArgs> Class


Glossary Item Box

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

Protected Constructors

 NameDescription
Protected ConstructorBATask<TResult,TEventArgs> ConstructorInitializes a new instance of the BATask class.  
Top

Public Properties

 NameDescription
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.  
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.  
Public PropertyUrlURL of the task.
Default: Client.Url. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask)
Top

Protected Properties

 NameDescription
Protected PropertyClient Client instance associated with this task. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask)
Top

Protected Methods

 NameDescription
Protected MethodGetEventHandlers Gets event handlers associated with this instance.  
Protected MethodPrepareVariables Prepares variables for HTTP service request.  
Protected MethodResultHandler Processes the result of task execution.  
Protected MethodSendOverloaded. Sends a request to Business Analyst HTTP Service associated with this task.  
Top

Public Events

 NameDescription
Public EventExecuteCompleted This event occurs when the ExecuteAsync operation completes.  
Public EventFailed This event occurs when the ExecuteAsync operation failes.  
Top

See Also

© 2010-2012 Esri, Inc. All Rights Reserved.