Udostępnij przez


AzureBlobStorage.WriteAsync Metoda

Definicja

Przechowuje nową jednostkę w skonfigurowanym kontenerze obiektów blob.

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

Parametry

changes
IDictionary<String,Object>

Zmiany zapisu w magazynie.

cancellationToken
CancellationToken

Token odwołania, używany przez inne obiekty lub wątki do otrzymania powiadomienia o anulowaniu.

Zwraca

Zadanie reprezentujące wykonaną pracę w kolejce.

Implementuje

Dotyczy