GetProfileAsync Method
This method returns the requested profile.
Syntax
[VB.NET] Public Function GetProfileAsync(ByVal ProfileId As String) As Task
[C#] public Task GetProfileAsync(string profileId);
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetProfileAsync MethodThis method returns the requested profile. Syntax[VB.NET] Public Function GetProfileAsync(ByVal ProfileId As String) As Task [C#] public Task GetProfileAsync(string profileId); RemarksThis method is the asynchronous version of the GetProfile method and is used to support asynchronous operations in WinRT. Please refer to GetProfile for more information. |
||