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