Esri Business Analyst Server API for Silverlight 2.2 Reference
GetDatasetsTask Constructor(BAServerClient)
See Also  Send Feedback
ESRI.ArcGIS.Client.BAServer.Tasks.Utilities Namespace > GetDatasetsTask Class > GetDatasetsTask Constructor : GetDatasetsTask Constructor(BAServerClient)

client
Business Analyst Server Client class or null.

Glossary Item Box

Initializes a new instance of the GetDatasetsTask class.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

client
Business Analyst Server Client class or null.

Remarks

A new task can be constructed in two ways: as a task sharing a ESRI.ArcGIS.Client.BAServer.Tasks.BAServerClient type instance with other tasks or as a standalone task encapsulating its own client. In the last case, an URL string passed in parameters of the constructor is implicitly converted to a private instance of the BAServerClient class.

The base URL to the Business Analyst Server HTTP Service looks as follows:

http://{host}:{port}/ArcGIS/baserver/REST/services/DefaultMap/BAServer

The {host} and {port} parameters in this URL should be substituted with valid Business Analyst Server host name and port, respectively.

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.