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


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

Updates in light of #1305

Legend:

Unmodified
Added
Removed
Modified
  • maestro/MaestroAPI/basics

    v2 v3  
    4040MaestroAPI.ServerConnectionI connection = MaestroAPI.ConnectionFactory.CreateHttpConnection(url, sessionID, locale, true);
    4141}}}
     42Or, using the "generic" but more verbose way:
     43{{{
     44MaestroAPI.ServerConnectionI connection = MaestroAPI.ConnectionProviderRegistry.CreateConnection("Maestro.Http", "Url=" + url + ";SessionId=" + sessionID + ";Locale=" + locale + ";AllowUntestedVersion=true");
     45}}}
    4246
    4347Once you have a connection instance, you can load and save resources: