Logs in the specified user to the engine. This attempts to use eUser authentication.
This example illustrates logging into the engine.
[C#]
Connection conn = new FreeFlow.Client.Connection();
conn.HttpServer = "my server";
conn.Engine = "my server";
conn.LogOn("user name", "password");
[Visual Basic]
Dim conn As New FreeFlow.Client.Connection
conn.HttpServer = "my server"
conn.Engine = "my server"
conn.LogOn("user name", "password")
Connection Class | FreeFlow.Client Namespace | Connection.LogOn Overload List