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


Glossary Item Box

The following tables list the members exposed by BAClient.

Protected Constructors

 NameDescription
Protected ConstructorBAClient ConstructorOverloaded. Initializes a new instance of the BAClient 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: false. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient)
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.  
Protected MethodDecodeResult Decodes a result string to a JSON object. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient)
Protected MethodIsTokenExpired Tests that the fault reason is the expired or invalid or absent security token. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient)
Protected MethodPrepareUrlOverridden.  Prepares HTTP request URL combining it from a base URL and a suffix.  
Protected MethodPrepareUrlSuffix Prepares task URL suffix.  
Protected MethodPrepareVariablesOverridden.  Sets "json" value for "f" variable.  
Protected MethodProcessResultOverridden.  Processes the JSON decoded object for the given request.  
Top

See Also

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