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 Task
[C#] public Task ConnectAsync(string userId, string password);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ConnectAsync MethodWill bind as a transceiver to the SMPP service. Syntax[VB.NET] Public Function ConnectAsync(ByVal UserId As String, ByVal Password As String) As Task [C#] public Task ConnectAsync(string userId, string password); RemarksThis method is the asynchronous version of the Connect method and is used to support asynchronous operations in WinRT. Please refer to Connect for more information. |
||