Condividi tramite


ClaimedCashDrawer.ResetStatisticsAsync(IIterable<String>) Metodo

Definizione

Reimposta le statistiche del dispositivo specificate sulle impostazioni predefinite.

public:
 virtual IAsyncOperation<bool> ^ ResetStatisticsAsync(IIterable<Platform::String ^> ^ statisticsCategories) = ResetStatisticsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> ResetStatisticsAsync(IIterable<winrt::hstring> const& statisticsCategories);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> ResetStatisticsAsync(IEnumerable<string> statisticsCategories);
function resetStatisticsAsync(statisticsCategories)
Public Function ResetStatisticsAsync (statisticsCategories As IEnumerable(Of String)) As IAsyncOperation(Of Boolean)

Parametri

statisticsCategories

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Elenco di nomi delle statistiche da reimpostare.

  • Una stringa vuota ("") recupera tutte le statistiche.
  • "U_" recupera tutte le statistiche definite da UnifiedPOS.
  • "M_" recupera tutte le statistiche definite dal produttore.
  • "name1" e/o "name2" recupera statistiche denominate specifiche definite dal produttore o UnifiedPOS.
  • Qualsiasi combinazione di nomi singoli e gruppi ("name3", "U_", "M_").

Restituisce

Vero in caso di successo; in caso contrario false.

Attributi

Commenti

Questo metodo rappresenta una modifica dello stato.

Si applica a