ISubscription.ActivateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously activate subscription (This operation is currently available for Sandbox Partners only and used to activate a 3PP subscription).
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Subscriptions.SubscriptionActivationResult> ActivateAsync ();
abstract member ActivateAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Subscriptions.SubscriptionActivationResult>
Public Function ActivateAsync () As Task(Of SubscriptionActivationResult)
Returns
Subscription activation result.