AddPayeeAsync Method
Add a payee to server's payee list.
Syntax
[VB.NET] Public Function AddPayeeAsync() As Task
[C#] public Task AddPayeeAsync();
E-Banking Integrator V4 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AddPayeeAsync MethodAdd a payee to server's payee list. Syntax[VB.NET] Public Function AddPayeeAsync() As Task [C#] public Task AddPayeeAsync(); RemarksThis method is the asynchronous version of the AddPayee method and is used to support asynchronous operations in WinRT. Please refer to AddPayee for more information. |
||