ICustomerProfile<T>.UpdateAsync(T) 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 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.