ReadOFXDataFileAsync Method
Reads an OFX response from a file.
Syntax
[VB.NET] Public Function ReadOFXDataFileAsync(ByVal FileName As String) As IAsyncAction
[C#] public IAsyncAction ReadOFXDataFileAsync(string fileName);
E-Banking Integrator V4 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ReadOFXDataFileAsync MethodReads an OFX response from a file. Syntax[VB.NET] Public Function ReadOFXDataFileAsync(ByVal FileName As String) As IAsyncAction [C#] public IAsyncAction ReadOFXDataFileAsync(string fileName); RemarksThis method is the asynchronous version of the ReadOFXDataFile method and is used to support asynchronous operations in WinRT. Please refer to ReadOFXDataFile for more information. |
||