LoadCardAsync Method
Adds funds to a gift card.
Syntax
[VB.NET] Public Function LoadCardAsync() As IAsyncAction
[C#] public IAsyncAction LoadCardAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
LoadCardAsync MethodAdds funds to a gift card. Syntax[VB.NET] Public Function LoadCardAsync() As IAsyncAction [C#] public IAsyncAction LoadCardAsync(); RemarksThis method is the asynchronous version of the LoadCard method and is used to support asynchronous operations in WinRT. Please refer to LoadCard for more information. |
||