GetAggregateAsync Method
Returns an aggregate containing level 3 details for a transaction.
Syntax
[VB.NET] Public Function GetAggregateAsync() As IAsyncOperation<string>
[C#] public IAsyncOperation<string> GetAggregateAsync();
E-Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetAggregateAsync MethodReturns an aggregate containing level 3 details for a transaction. Syntax[VB.NET] Public Function GetAggregateAsync() As IAsyncOperation<string> [C#] public IAsyncOperation<string> GetAggregateAsync(); RemarksThis method is the asynchronous version of the GetAggregate method and is used to support asynchronous operations in WinRT. Please refer to GetAggregate for more information. |
||