Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.1 KB

posprinter_getstatisticsasync_980600774.md

File metadata and controls

34 lines (25 loc) · 1.1 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.PosPrinter.GetStatisticsAsync(Windows.Foundation.Collections.IIterable{System.String})
winrt method
xbox

Windows.Devices.PointOfService.PosPrinter.GetStatisticsAsync

-description

Gets the specified statistics from the point-of-service printer.

-parameters

-param statisticsCategories

The list of statistics to retrieve.

  • 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 groups names ("name3", "U_", "M_").

-returns

The requested statistics.

-remarks

-examples

-see-also

IIterable, IAsyncOperation