ClaimedMagneticStripeReader.UpdateStatisticsAsync 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.
Aggiornamenti le statistiche specificate.
public:
virtual IAsyncAction ^ UpdateStatisticsAsync(IIterable<IKeyValuePair<Platform::String ^, Platform::String ^> ^> ^ statistics) = UpdateStatisticsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction UpdateStatisticsAsync(IIterable<IKeyValuePair<winrt::hstring, winrt::hstring const&>> const& statistics);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction UpdateStatisticsAsync(IEnumerable<KeyValuePair<string,string>> statistics);
function updateStatisticsAsync(statistics)
Public Function UpdateStatisticsAsync (statistics As IEnumerable(Of KeyValuePair(Of String, String))) As IAsyncAction
Parametri
- statistics
-
IIterable<IKeyValuePair<Platform::String,Platform::String>>
IIterable<IKeyValuePair<winrt::hstring,winrt::hstring>>
Elenco delle coppie chiave-valore delle statistiche da aggiornare.
- Una stringa vuota ("", "value1") imposta tutte le statistiche che possono essere impostate su value1.
- "U_", "value2" imposta tutte le statistiche definite da UnifiedPOS che possono essere impostate su value2.
- "M_", "value3" imposta tutte le statistiche definite dal produttore che possono essere impostate su value3.
- "name1", "value4" imposta statistiche denominate specifiche, come definito da UnifiedPOS o produttore su value4.
Restituisce
Nessun oggetto o valore viene restituito da questo metodo al termine.
- Attributi