ResetSpecialFieldsAsync Method
Resets all special fields to the default settings.
Syntax
[VB.NET] Public Function ResetSpecialFieldsAsync() As Task
[C#] public Task ResetSpecialFieldsAsync();
E-Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ResetSpecialFieldsAsync MethodResets all special fields to the default settings. Syntax[VB.NET] Public Function ResetSpecialFieldsAsync() As Task [C#] public Task ResetSpecialFieldsAsync(); RemarksThis method is the asynchronous version of the ResetSpecialFields method and is used to support asynchronous operations in WinRT. Please refer to ResetSpecialFields for more information. |
||