ICustomerReadonlyProfile<T>.GetAsync Method

Definition

Asynchronously retrieves the customer profile.

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

Returns

Task<T>

The customer profile.

Implements

Applies to