ClaimedBarcodeScanner.UpdateStatisticsAsync 메서드

정의

지정된 통계를 업데이트.

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<String,String>>

IEnumerable<KeyValuePair<String,String>>

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로 설정합니다.

반환

이 메서드가 완료되면 개체 또는 값이 반환되지 않습니다.

특성

적용 대상