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


Glossary Item Box

The following tables list the members exposed by BARequestState.

Public Constructors

 NameDescription
Public ConstructorBARequestState ConstructorInitializes a new instance of the BARequestState class.  
Top

Public Fields

 NameDescription
Public FieldResultObject Task result object. Continuously transformed by result parsers/processors. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState)
Top

Public Properties

 NameDescription
Public PropertyDecodedObject JSON-decoded object from service request result. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState)
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.RequestState)
Public PropertyResultHandler Result handler. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState)
Public PropertyResultType Result type of the task associated with the request.  
Public PropertyTaskMessages Resulting messages for this request.  
Public PropertyTaskName Name of the task associated with the request.  
Public PropertyTimeoutThe request timeout in seconds. A value less than or equal to zero prevents request timeout.
Default: 0. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState)
Public PropertyUrl Base URL of the request (if this value is missing, the client URL is used). (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState)
Public PropertyUserState A user-defined object that is passed to the method invoked when the asynchronous operation completes or fails. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState)
Top

Public Methods

 NameDescription
Public MethodGetRequestUrl Gets URL of the request which was executed. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState)
Public MethodNotifyOnFault Dispatches a new fault event on the execute-failed event handler. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState)
Public MethodNotifyOnResult Dispatches a new result event on the execute-completed event handler. (Inherited from ESRI.ArcGIS.Client.BACore.Client.RequestState)
Top

Protected Methods

 NameDescription
Protected MethodCreateEventArgsOverridden. Creates a new instance of the BAClientEventArgs class or its subclass.  
Top

See Also

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