Changes between Version 1 and Version 2 of maestro/MaestroAPI/basics
- Timestamp:
- 04/06/10 03:06:58 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro/MaestroAPI/basics
v1 v2 36 36 MaestroAPI.ServerConnectionI connection = new MaestroAPI.HttpServerConnection(url, sessionID, locale); 37 37 }}} 38 Note 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 {{{ 40 MaestroAPI.ServerConnectionI connection = MaestroAPI.ConnectionFactory.CreateHttpConnection(url, sessionID, locale, true); 41 }}} 38 42 39 43 Once you have a connection instance, you can load and save resources: