Business Analyst Online API for Silverlight 2.2 Reference
GetSummarizationsTask Class
Members  Example  See Also  Send Feedback
ESRI.ArcGIS.Client.BAO.Tasks.Utilities Namespace : GetSummarizationsTask Class

Glossary Item Box

The Get Summarizations task requests a list of all summarization fields available for Business Analyst Online tasks.

Object Model

GetSummarizationsTask ClassAbstractClient ClassITokenProvider Interface

Syntax

Remarks

The result of this task is an array of SummarizationInfo objects providing metainformation about summariation fields. The summarization field names may be used in parameters of reports such as the Benchmark Report.

Example

The code snippet below executes a Get Summarizations task.
C#Copy Code
getSummarizationsTask.ExecuteAsync(new AsyncResponder(resultHandler, faultHandler));

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.BACore.Client.AbstractTask
      ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>
         ESRI.ArcGIS.Client.BAO.Tasks.BAOnlineTask<TResult>
            ESRI.ArcGIS.Client.BAO.Tasks.Utilities.GetSummarizationsTask

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.