Changes between Version 1 and Version 2 of maestro/MaestroAPI/basics


Ignore:
Timestamp:
Apr 6, 2010, 3:06:58 AM (14 years ago)
Author:
jng
Comment:

Updates in light of #1305

Legend:

Unmodified
Added
Removed
Modified
  • maestro/MaestroAPI/basics

    v1 v2  
    3636MaestroAPI.ServerConnectionI connection = new MaestroAPI.HttpServerConnection(url, sessionID, locale);
    3737}}}
     38Note that the above method is deprecated for releases after 2.0 and will be eventually removed. The recommended way to create a connection for releases after 2.0 is as follows:
     39{{{
     40MaestroAPI.ServerConnectionI connection = MaestroAPI.ConnectionFactory.CreateHttpConnection(url, sessionID, locale, true);
     41}}}
    3842
    3943Once you have a connection instance, you can load and save resources: