ISupportProfile.GetAsync Method

Definition

Asynchronously retrieves the support profile. This operation is currently only supported for user based credentials.

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

Returns

The support profile.

Implements

Applies to