TransferFundsAsync Method
Transfers money from one account to another within the same or different Financial Institution(s).
Syntax
[VB.NET] Public Function TransferFundsAsync() As IAsyncAction
[C#] public IAsyncAction TransferFundsAsync();
E-Banking Integrator V4 - Online Help
|
|||
|
Available for:
Questions / Feedback?
TransferFundsAsync MethodTransfers money from one account to another within the same or different Financial Institution(s). Syntax[VB.NET] Public Function TransferFundsAsync() As IAsyncAction [C#] public IAsyncAction TransferFundsAsync(); RemarksThis method is the asynchronous version of the TransferFunds method and is used to support asynchronous operations in WinRT. Please refer to TransferFunds for more information. |
||