Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.17 KB

claimedposprinter_resetstatisticsasync_1362172727.md

File metadata and controls

36 lines (26 loc) · 1.17 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.ClaimedPosPrinter.ResetStatisticsAsync(Windows.Foundation.Collections.IIterable{System.String})
winrt method
xbox

Windows.Devices.PointOfService.ClaimedPosPrinter.ResetStatisticsAsync

-description

Resets the specified statistics to zero for all statistics for the point-of-service printer that can be reset.

-parameters

-param statisticsCategories

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_"). .

-returns

An operation that returns true if the reset succeeds, or otherwise returns false.

-remarks

This method represents a change in state.

-examples

-see-also