ISubscriptionSupportContact.UpdateAsync(SupportContact) 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 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.