SaleAsync Method
Sends a Sale transaction to the host.
Syntax
[VB.NET] Public Function SaleAsync() As IAsyncAction
[C#] public IAsyncAction SaleAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SaleAsync MethodSends a Sale transaction to the host. Syntax[VB.NET] Public Function SaleAsync() As IAsyncAction [C#] public IAsyncAction SaleAsync(); RemarksThis method is the asynchronous version of the Sale method and is used to support asynchronous operations in WinRT. Please refer to Sale for more information. |
||