Compartir a través de


ISubscriptionSupportContact.UpdateAsync(SupportContact) Method

Definition

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

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

Parameters

supportContact
SupportContact

The support contact.

Returns

The updated support contact.

Implements

Applies to