Partager via


BarcodeScannerGetSymbologyAttributesRequest.ReportCompletedAsync Méthode

Définition

Avertit l’application cliente que la demande a été traitée avec succès.

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

Paramètres

attributes
BarcodeSymbologyAttributes

Attributs de la symbologie de code-barres demandée.

Retours

Opération asynchrone.

Attributs

Remarques

Cette méthode doit être appelée si l’application a terminé l’opération avec succès.

S’applique à