ClaimedPosPrinter.ResetStatisticsAsync(IIterable<String>) 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.
Reimposta le statistiche specificate su zero per tutte le statistiche per la stampante point-of-service che può essere reimpostata.
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
Elenco dei 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 di gruppi (Name3, "U_", "M_"). .
Restituisce
Operazione che restituisce true se la reimpostazione ha esito positivo o restituisce in caso contrario false.
- Attributi
Commenti
Questo metodo rappresenta una modifica dello stato.