ResetAsync Method
Reset the internal state of the component and all properties to their default values.
Syntax
[VB.NET] Public Function ResetAsync() As IAsyncAction
[C#] public IAsyncAction ResetAsync();
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ResetAsync MethodReset the internal state of the component and all properties to their default values. Syntax[VB.NET] Public Function ResetAsync() As IAsyncAction [C#] public IAsyncAction ResetAsync(); RemarksThis method is the asynchronous version of the Reset method and is used to support asynchronous operations in WinRT. Please refer to Reset for more information. |
||