BarcodeScannerStopSoftwareTriggerRequest 클래스

정의

스캔을 중지하도록 바코드 스캐너에 신호를 보낼 요청을 나타냅니다.

public ref class BarcodeScannerStopSoftwareTriggerRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BarcodeScannerStopSoftwareTriggerRequest final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BarcodeScannerStopSoftwareTriggerRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BarcodeScannerStopSoftwareTriggerRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BarcodeScannerStopSoftwareTriggerRequest
Public NotInheritable Class BarcodeScannerStopSoftwareTriggerRequest
상속
Object IInspectable BarcodeScannerStopSoftwareTriggerRequest
특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

설명

시스템은 이 클래스의 인스턴스를 생성하고 StopSoftwareTriggerRequested 이벤트의 BarcodeScannerStopSoftwareTriggerRequestEventArgs 인수에 속성으로 설정합니다.

버전 기록

Windows 버전 SDK 버전 추가된 값
1809 17763 ReportFailedAsync(Int32)
1809 17763 ReportFailedAsync(Int32,String)

메서드

ReportCompletedAsync()

클라이언트 앱에 요청이 성공적으로 처리되었음을 알 수 있습니다.

ReportFailedAsync()

요청이 성공적으로 처리되지 않았다는 것을 클라이언트에 알렸습니다.

ReportFailedAsync(Int32)

요청이 성공적으로 처리되지 않았다는 것을 클라이언트에 알렸습니다.

ReportFailedAsync(Int32, String)

요청이 성공적으로 처리되지 않았다는 것을 클라이언트에 알렸습니다.

적용 대상