Esri Business Analyst Server API for Silverlight 2.2 Reference
ProcessResult Method
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore.Client Namespace > IBAResultProcessor Interface : ProcessResult Method

requestState
A state associated with the request.

Glossary Item Box

Applies post-processing of a result received after execution a Business Analyst task.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

requestState
A state associated with the request.

Remarks

The input instance of the result object is either an object decoded from JSON or an object already processed by a result processor registered for the given result type. If the result type is BAResultType.SPECIAL, the JSON-decoded object is specified in the requestState.ResultObject property. Otherwise, an object of the required result type is specified as the value of requestState.ResultObject property. This method should apply an additional processing of the result and update the requestState.ResultObject property.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

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