Compartir a través de


BarcodeScannerGetSymbologyAttributesRequest.ReportCompletedAsync Método

Definición

Notifica a la aplicación cliente que la solicitud se procesó correctamente.

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

Parámetros

attributes
BarcodeSymbologyAttributes

Atributos de la simbología de código de barras solicitada.

Devoluciones

Una operación asincrónica.

Atributos

Comentarios

Se debe llamar a este método si la aplicación ha completado correctamente la operación.

Se aplica a