ConnectAsync Method
Will bind as a transceiver to the SMPP service.
Syntax
[VB.NET] Public Function ConnectAsync(ByVal UserId As String, ByVal Password As String) As IAsyncAction
[C#] public IAsyncAction ConnectAsync(string userId, string password);