Platform Symphony .NET API Reference - Version 5.1
Connect Method (applicationName, securityCallback)
NamespacesPlatform.Symphony.SoamSoamFactoryConnect(String, ConnectionSecurityCallback)
Creates a connection to the specified Symphony application.
Declaration Syntax
C#
public static Connection Connect(
	string applicationName,
	ConnectionSecurityCallback securityCallback
)
Parameters
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.
Return Value
The created Connection.
Remarks
Once this connection is acquired you may proceed to interact with the application.

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.1.0.0