BarcodeScannerProviderConnection.ReportTriggerStateAsync 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.
Sends a barcode scanner trigger state update to the client app during a scanning operation.
public:
virtual IAsyncAction ^ ReportTriggerStateAsync(BarcodeScannerTriggerState state) = ReportTriggerStateAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportTriggerStateAsync(BarcodeScannerTriggerState const& state);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportTriggerStateAsync(BarcodeScannerTriggerState state);
function reportTriggerStateAsync(state)
Public Function ReportTriggerStateAsync (state As BarcodeScannerTriggerState) As IAsyncAction
Parameters
The barcode scanner trigger state. Possible values are defined in BarcodeScannerTriggerState.
Returns
An asynchronous operation.
- Attributes