-api-id | -api-type | -api-device-family-note |
---|---|---|
M:Windows.Devices.PointOfService.ClaimedPosPrinter.ResetStatisticsAsync(Windows.Foundation.Collections.IIterable{System.String}) |
winrt method |
xbox |
Resets the specified statistics to zero for all statistics for the point-of-service printer that can be reset.
A list of the names of the statistics that you want to reset.
- An empty string ("") retrieves all statistics.
- "U_" retrieves all UnifiedPOS-defined statistics.
- "M_" retrieves all manufacturer-defined statistics.
- Name1 and/or Name2 retrieves specific named statistics as defined by the UnifiedPOS or manufacturer.
- Any combination of individual and group names (Name3, "U_", "M_"). .
An operation that returns true if the reset succeeds, or otherwise returns false.
This method represents a change in state.