Parameters
- client
- Business Analyst Online Client class or null.
A new task can be constructed in two ways: as a task sharing a BAOnlineClient type instance with other tasks or as a standalone task encapsulating its own client. In the last case, an URL string passed in client parameter of the constructor is implicitly converted to a private instance of the BAOnlineClient class. If this parameter is null or empty, the "http://baoapi.esri.com" value is assigned as the base URL.
The base URL to the Business Analyst Online HTTP Service looks as follows:
http://{host}:{port}
The {host}
and {port}
parameters in this URL should be substituted with valid Business Analyst Online host name and port, respectively.
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