Creates a connection to the specified Symphony application.

C# |
public static Connection Connect( string applicationName, ConnectionSecurityCallback securityCallback )

- applicationName (String)
- The name of the application.
- securityCallback (ConnectionSecurityCallback)
- The security callback to be used for authentication. Ensure the callback exists for the lifetime of the connection.

The created Connection.

Once this connection is acquired you may proceed to interact with the application.