BarcodeScannerDisableScannerRequest.ReportCompletedAsync Method

Definition

Notifies the client app that the request was processed successfully.

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

Returns

An asynchronous operation.

Attributes

Remarks

This method should be called if the app has successfully completed the operation.

Applies to