ClaimedBarcodeScanner.DisableAsync Method

Definition

Puts the barcode scanner into a state where it cannot receive DataReceived events.

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

Returns

No object or value is returned when this method completes.

Attributes

Applies to