BlobsStorage.WriteAsync Metodo

Definizione

Archivia una nuova entità nel contenitore BLOB configurato.

public System.Threading.Tasks.Task WriteAsync (System.Collections.Generic.IDictionary<string,object> changes, System.Threading.CancellationToken cancellationToken = default);
abstract member WriteAsync : System.Collections.Generic.IDictionary<string, obj> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.WriteAsync : System.Collections.Generic.IDictionary<string, obj> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function WriteAsync (changes As IDictionary(Of String, Object), Optional cancellationToken As CancellationToken = Nothing) As Task

Parametri

changes
IDictionary<String,Object>

Le modifiche apportate alla scrittura nell'archiviazione.

cancellationToken
CancellationToken

Token di annullamento utilizzabile da altri oggetti o thread per ricevere l'avviso dell'annullamento.

Restituisce

Attività che rappresenta la coda di lavoro da eseguire.

Implementazioni

Si applica a