Freigeben über


ISubscriptionSupportContact.GetAsync Method

Definition

Asynchronously retrieves the support contact of the customer's subscription.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Subscriptions.SupportContact> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Subscriptions.SupportContact>
Public Function GetAsync () As Task(Of SupportContact)

Returns

The support contact.

Implements

Applies to