ResetAsync Method
Resets all the properties of the entire settlement to their default values.
Syntax
[VB.NET] Public Function ResetAsync() As IAsyncAction
[C#] public IAsyncAction ResetAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ResetAsync MethodResets all the properties of the entire settlement 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. |
||