GetStatementAsync Method
Download a loan statement.
Syntax
[VB.NET] Public Function GetStatementAsync() As IAsyncAction
[C#] public IAsyncAction GetStatementAsync();
E-Banking Integrator V4 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetStatementAsync MethodDownload a loan statement. Syntax[VB.NET] Public Function GetStatementAsync() As IAsyncAction [C#] public IAsyncAction GetStatementAsync(); RemarksThis method is the asynchronous version of the GetStatement method and is used to support asynchronous operations in WinRT. Please refer to GetStatement for more information. |
||