ClaimedBarcodeScanner.ResetStatisticsAsync(IIterable<String>) 메서드

정의

다시 설정할 수 있는 모든 통계에 대해 지정된 통계를 0으로 다시 설정합니다.

public:
 virtual IAsyncAction ^ ResetStatisticsAsync(IIterable<Platform::String ^> ^ statisticsCategories) = ResetStatisticsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ResetStatisticsAsync(IIterable<winrt::hstring> const& statisticsCategories);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ResetStatisticsAsync(IEnumerable<string> statisticsCategories);
function resetStatisticsAsync(statisticsCategories)
Public Function ResetStatisticsAsync (statisticsCategories As IEnumerable(Of String)) As IAsyncAction

매개 변수

statisticsCategories

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

다시 설정할 통계의 이름 목록입니다.

  • 빈 문자열("")은 모든 통계를 검색합니다.
  • "U_"은 모든 UnifiedPOS 정의 통계를 검색합니다.
  • "M_"은 제조업체에서 정의한 모든 통계를 검색합니다.
  • "name1" 및/또는 "name2"는 UnifiedPOS 또는 제조업체에서 정의한 특정 명명된 통계를 검색합니다.
  • 개별 및 그룹 이름("name3", "U_", "M_")의 조합입니다.

반환

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

특성

적용 대상