ClaimedBarcodeScanner.StopSoftwareTriggerAsync Method

Definition

Used to stop a session that was started with StartSoftwareTriggerAsync. No error is raised if this is called when no session is active.

public:
 virtual IAsyncAction ^ StopSoftwareTriggerAsync() = StopSoftwareTriggerAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StopSoftwareTriggerAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StopSoftwareTriggerAsync();
function stopSoftwareTriggerAsync()
Public Function StopSoftwareTriggerAsync () As IAsyncAction

Returns

No object or value is returned when this method completes.

Attributes

Applies to