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