[VB.NET]
Public Function CreditAsync(ByVal TransactionId As String, ByVal CreditAmount As String)AsTask
[C#]
public Task CreditAsync(string transactionId, string creditAmount);
Remarks
This method is the asynchronous version of the Credit method and is used to support asynchronous operations in WinRT. Please refer to Credit for more information.