BarcodeScannerFrameReader.StopAsync Method

Definition

Stops reading video frames from the camera.

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

Returns

Asynchronous operation.

Attributes

Applies to

See also