Esri Business Analyst Server API for Silverlight 2.2 Reference
SelectBusinessesTask Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Client.BAServer.Tasks.BusinessesSearch Namespace : SelectBusinessesTask Class


Glossary Item Box

The following tables list the members exposed by SelectBusinessesTask.

Public Constructors

 NameDescription
Public ConstructorSelectBusinessesTask ConstructorOverloaded. Initializes a new instance of the ESRI.ArcGIS.Client.BAServer.Tasks.BusinessesSearch.SelectBusinessesTask class.  
Top

Public Fields

 NameDescription
Public FieldName Task name.  
Top

Public Properties

 NameDescription
Public PropertyActiveDatasetIDActive dataset ID.
Default: Client.ActiveDatasetID. (Inherited from ESRI.ArcGIS.Client.BAServer.Tasks.BAServerTask<FeatureSet>)
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 PropertyIsFullErrorMessage Produce an error message with stack trace (true) or without stack trace (false). (Inherited from ESRI.ArcGIS.Client.BAServer.Tasks.BAServerTask<FeatureSet>)
Public PropertyLastResult The last result of execution the task. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BATask<FeatureSet,BATaskEventArgs<FeatureSet>>)
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<FeatureSet,BATaskEventArgs<FeatureSet>>)
Public PropertyUrlURL of the task.
Default: Client.Url. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractTask)
Top

Protected Properties

 NameDescription
Protected PropertyClient Server client class associated with this instance. (Inherited from ESRI.ArcGIS.Client.BAServer.Tasks.BAServerTask<FeatureSet>)
Top

Public Methods

 NameDescription
Public MethodCreateCommandOverloaded. Creates a new command encapsulating this task and the given parameters.  
Public MethodExecuteAsyncOverloaded. Asynchronous executes a Select Businesses task.  
Top

Protected Methods

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

Public Events

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

See Also

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