ClaimedMagneticStripeReader.ResetStatisticsAsync Method

Definition

Resets the specified statistics to zero for all statistics that can be reset.

public:
 virtual IAsyncAction ^ ResetStatisticsAsync(IIterable<Platform::String ^> ^ statisticsCategories) = ResetStatisticsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ResetStatisticsAsync(IIterable<winrt::hstring> const& statisticsCategories);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ResetStatisticsAsync(IEnumerable<string> statisticsCategories);
function resetStatisticsAsync(statisticsCategories)
Public Function ResetStatisticsAsync (statisticsCategories As IEnumerable(Of String)) As IAsyncAction

Parameters

statisticsCategories

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

The list of names of the statistics to reset.

  • An empty string ("") resets all statistics.
  • "U_" resets all UnifiedPOS-defined statistics.
  • "M_" resets all manufacturer-defined statistics.
  • "name1" and/or "name2" resets specific named statistics as defined by the UnifiedPOS or manufacturer.

Returns

No object or value is returned by this method when it completes.

Attributes

Applies to