Поделиться через


BarcodeScannerGetSymbologyAttributesRequest.ReportCompletedAsync Метод

Определение

Уведомляет клиентское приложение о том, что запрос был успешно обработан.

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

Параметры

attributes
BarcodeSymbologyAttributes

Атрибуты запрошенной символики штрихкода.

Возвращаемое значение

Асинхронная операция.

Атрибуты

Комментарии

Этот метод следует вызывать, если приложение успешно завершило операцию.

Применяется к