CreateSubscriptionAsync Method
Creates a new recurring subscription.
Syntax
[VB.NET] Public Function CreateSubscriptionAsync() As IAsyncAction
[C#] public IAsyncAction CreateSubscriptionAsync();
E-Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreateSubscriptionAsync MethodCreates a new recurring subscription. Syntax[VB.NET] Public Function CreateSubscriptionAsync() As IAsyncAction [C#] public IAsyncAction CreateSubscriptionAsync(); RemarksThis method is the asynchronous version of the CreateSubscription method and is used to support asynchronous operations in WinRT. Please refer to CreateSubscription for more information. |
||