ICustomerProfile<T>.UpdateAsync(T) Method

Definition

Asynchronously updates the customer profile.

public System.Threading.Tasks.Task<T> UpdateAsync (T customerProfile);
abstract member UpdateAsync : 'T -> System.Threading.Tasks.Task<'T (requires 'T :> Microsoft.Store.PartnerCenter.Models.ResourceBase)>
Public Function UpdateAsync (customerProfile As T) As Task(Of T)

Parameters

customerProfile
T

The customer profile information.

Returns

Task<T>

The updated customer profile.

Implements

Applies to