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


Glossary Item Box

The following tables list the members exposed by RequestState.

Public Constructors

 NameDescription
Public ConstructorRequestState ConstructorInitializes a new instance of the RequestState class.  
Top

Public Fields

 NameDescription
Public FieldResultObject Task result object. Continuously transformed by result parsers/processors.  
Top

Public Properties

 NameDescription
Public PropertyDecodedObject JSON-decoded object from service request result.  
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.  
Public PropertyResultHandler Result handler.  
Public PropertyTimeoutThe request timeout in seconds. A value less than or equal to zero prevents request timeout.
Default: 0.  
Public PropertyUrl Base URL of the request (if this value is missing, the client URL is used).  
Public PropertyUserState A user-defined object that is passed to the method invoked when the asynchronous operation completes or fails.  
Top

Public Methods

 NameDescription
Public MethodGetRequestUrl Gets URL of the request which was executed.  
Public MethodNotifyOnFault Dispatches a new fault event on the execute-failed event handler.  
Public MethodNotifyOnResult Dispatches a new result event on the execute-completed event handler.  
Top

Protected Methods

 NameDescription
Protected MethodCreateEventArgs Creates a new instance of event args.  
Top

See Also

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