Share via


ClaimedBarcodeScanner.ResetStatisticsAsync method (Handheld 8)

2/18/2014

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

Syntax

public IAsyncAction ResetStatisticsAsync(
    IEnumerable<string> statisticsCategories
)
Public Function ResetStatisticsAsync(
    statisticsCategories As IEnumerable(Of String)
) As IAsyncAction
public:
IAsyncAction^ ResetStatisticsAsync(
    IIterable<String^>^ statisticsCategories
)

Parameters

  • statisticsCategories
    Type: System.Collections.Generic.IEnumerable<String> [.NET] | IIterable<String> [C++]

    Comma-separated list of names of the statistics to reset.

    • An empty string ("") resets all statistics that can be reset.
    • "U_" resets all UnifiedPOS-defined statistics that can be reset.
    • "M_" resets all manufacturer-defined statistics that can be reset.
    • "<name1>, <name2>" resets specific named statistics as defined in the XML file definitions.

Return value

Type: IAsyncAction

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

See Also

Reference

ClaimedBarcodeScanner class
BarcodeScanner class