-api-id | -api-type | -api-device-family-note |
---|---|---|
M:Windows.Devices.PointOfService.ClaimedBarcodeScanner.UpdateStatisticsAsync(Windows.Foundation.Collections.IIterable{Windows.Foundation.Collections.IKeyValuePair{System.String,System.String}}) |
winrt method |
xbox |
Updates the specified statistics.
The list of key-value pairs of statistics to update.
- An empty string ("", "value1") sets all statistics that can be set to value1.
- "U_", "value2" sets all UnifiedPOS defined statistics that can be set to value2.
- "M_", "value3" sets all manufacturer defined statistics that can be set to value3.
- "name1", "value4" sets specific named statistics as defined by the UnifiedPOS or manufacturer to value4.
No object or value is returned by this method when it completes.