BarcodeScannerGetSymbologyAttributesRequest.ReportCompletedAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Notifica all'app client che la richiesta è stata elaborata correttamente.
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
Parametri
- attributes
- BarcodeSymbologyAttributes
Attributi della simbologia del codice a barre richiesta.
Restituisce
Operazione asincrona.
- Attributi
Commenti
Questo metodo deve essere chiamato se l'app ha completato correttamente l'operazione.