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.

The created Connection.

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