This method will connect the component to the server.
[VB.NET] Public Function ConnectAsync(ByVal User As String, ByVal Password As String) As Task
[C#] public Task ConnectAsync(string user, string password);