Freigeben über


BarcodeScannerGetSymbologyAttributesRequest.ReportCompletedAsync Methode

Definition

Benachrichtigt die Client-App, dass die Anforderung erfolgreich verarbeitet wurde.

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

Parameter

attributes
BarcodeSymbologyAttributes

Die Attribute der angeforderten Barcodesymbologie.

Gibt zurück

Ein asynchroner Vorgang.

Attribute

Hinweise

Diese Methode sollte aufgerufen werden, wenn die App den Vorgang erfolgreich abgeschlossen hat.

Gilt für: