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