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


Glossary Item Box

The following tables list the members exposed by BAServerClient.

Public Constructors

 NameDescription
Public ConstructorBAServerClient ConstructorOverloaded. Initializes a new instance of the BAServerClient class.  
Top

Public Properties

 NameDescription
Public PropertyActiveDatasetID Active dataset ID.  
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: false. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient)
Public PropertyIsFullErrorMessage Produce a full error message with stack trace (true) or without stack trace (false).  
Public PropertyProxyUrl The URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient)
Public PropertyRequestTimeoutThe request timeout in seconds. A value less than or equal to zero prevents request timeout.
Default: 0. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient)
Public PropertyToken Token for accessing a secure HTTP client. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient)
Public PropertyTokenProvider Provider responsible for updating the security token if the last one expires. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient)
Public PropertyTokenService Sevice responsible for token-based authentication. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient)
Public PropertyUrl Base URL of the task. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient)
Top

Public Methods

 NameDescription
Public MethodSend Sends a request to HTTP service. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient)
Top

Protected Methods

 NameDescription
Protected MethodAddResultProcessor Registers a processor of a result which will convert a JSON decoded object to an object of the specified type. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BAClient)
Protected MethodDecodeResult Decodes a result string to a JSON object. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient)
Protected MethodIsTokenExpiredOverridden.  Recognizes the "token expired" error.  
Protected MethodPrepareUrl Prepares HTTP request URL combining it from a base URL and a suffix. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BAClient)
Protected MethodPrepareUrlSuffix Prepares task URL suffix. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BAClient)
Protected MethodPrepareVariablesOverridden.  Adds the compatibility option.  
Protected MethodProcessResult Processes the JSON decoded object for the given request. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BAClient)
Top

Public Operators

public Operator Implicit Type Conversion Implicitly casts a string value to a new BAServerClient instance.
Top

See Also

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