PostRequestAsync Method
Submits a batch of requests to an OFX server through a single connection.
Syntax
[VB.NET] Public Function PostRequestAsync() As Task
[C#] public Task PostRequestAsync();
E-Banking Integrator V4 - Online Help
|
|||
|
Available for:
Questions / Feedback?
PostRequestAsync MethodSubmits a batch of requests to an OFX server through a single connection. Syntax[VB.NET] Public Function PostRequestAsync() As Task [C#] public Task PostRequestAsync(); RemarksThis method is the asynchronous version of the PostRequest method and is used to support asynchronous operations in WinRT. Please refer to PostRequest for more information. |
||