ClaimedMagneticStripeReader.ResetStatisticsAsync 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 che possono essere reimpostate.
public:
virtual IAsyncAction ^ ResetStatisticsAsync(IIterable<Platform::String ^> ^ statisticsCategories) = ResetStatisticsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ResetStatisticsAsync(IIterable<winrt::hstring> const& statisticsCategories);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ResetStatisticsAsync(IEnumerable<string> statisticsCategories);
function resetStatisticsAsync(statisticsCategories)
Public Function ResetStatisticsAsync (statisticsCategories As IEnumerable(Of String)) As IAsyncAction
Parametri
Elenco dei nomi delle statistiche da reimpostare.
- Una stringa vuota ("") reimposta tutte le statistiche.
- "U_" reimposta tutte le statistiche definite da UnifiedPOS.
- "M_" reimposta tutte le statistiche definite dal produttore.
- "name1" e/o "name2" reimposta statistiche denominate specifiche, come definito dal produttore o UnifiedPOS.
Restituisce
Nessun oggetto o valore viene restituito da questo metodo al termine.
- Attributi