ClaimedBarcodeScanner.StopSoftwareTriggerAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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