ClaimedBarcodeScanner.UpdateStatisticsAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 통계를 업데이트.
public:
virtual IAsyncAction ^ UpdateStatisticsAsync(IIterable<IKeyValuePair<Platform::String ^, Platform::String ^> ^> ^ statistics) = UpdateStatisticsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction UpdateStatisticsAsync(IIterable<IKeyValuePair<winrt::hstring, winrt::hstring const&>> const& statistics);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction UpdateStatisticsAsync(IEnumerable<KeyValuePair<string,string>> statistics);
function updateStatisticsAsync(statistics)
Public Function UpdateStatisticsAsync (statistics As IEnumerable(Of KeyValuePair(Of String, String))) As IAsyncAction
매개 변수
- statistics
-
IIterable<IKeyValuePair<Platform::String,Platform::String>>
IIterable<IKeyValuePair<winrt::hstring,winrt::hstring>>
업데이트할 통계의 키-값 쌍 목록입니다.
- 빈 문자열("", "value1")은 value1로 설정할 수 있는 모든 통계를 설정합니다.
- "U_", "value2"는 value2로 설정할 수 있는 모든 UnifiedPOS 정의 통계를 설정합니다.
- "M_", "value3"은 value3으로 설정할 수 있는 모든 제조업체 정의 통계를 설정합니다.
- "name1", "value4"는 UnifiedPOS 또는 제조업체에서 정의한 특정 명명된 통계를 value4로 설정합니다.
반환
이 메서드가 완료되면 개체 또는 값이 반환되지 않습니다.
- 특성