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