ResetSpecialFieldsAsync Method
Resets all special fields to the default settings.
Syntax
[VB.NET] Public Function ResetSpecialFieldsAsync() As IAsyncAction
[C#] public IAsyncAction 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 IAsyncAction [C#] public IAsyncAction 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. |
||