IMpnProfile.GetAsync 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.
Overloads
GetAsync() |
Asynchronously retrieves the logged in partner's MPN profile. |
GetAsync(String) |
Asynchronously retrieves a partner's MPN profile by MPN Id. |
GetAsync()
Asynchronously retrieves the logged in partner's MPN profile.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Partners.MpnProfile> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Partners.MpnProfile>
Public Function GetAsync () As Task(Of MpnProfile)
Returns
The partner's MPN profile.
Implements
Applies to
GetAsync(String)
Asynchronously retrieves a partner's MPN profile by MPN Id.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Partners.MpnProfile> GetAsync (string mpnId);
abstract member GetAsync : string -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Partners.MpnProfile>
Public Function GetAsync (mpnId As String) As Task(Of MpnProfile)
Parameters
- mpnId
- String
The MPN id.
Returns
The partner's MPN profile.