Share via


AVMetadataItem.LoadValuesTaskAsync(String[]) Metodo

Definizione

Carica in modo asincrono le chiavi specifiche se non vengono già caricate ed esegue un gestore dopo il completamento dell'operazione.

public virtual System.Threading.Tasks.Task LoadValuesTaskAsync (string[] keys);
abstract member LoadValuesTaskAsync : string[] -> System.Threading.Tasks.Task
override this.LoadValuesTaskAsync : string[] -> System.Threading.Tasks.Task

Parametri

keys
String[]

Restituisce

Attività che rappresenta l'operazione loadValuesAsynchronously

Commenti

Il metodo LoadValuesTaskAsync è adatto per essere usato con C# asincrono restituendo il controllo al chiamante con un'attività che rappresenta l'operazione.

Da aggiungere.

Si applica a