Delen via


AzureBlobStorage.ReadAsync(String[], CancellationToken) Methode

Definitie

Entiteiten ophalen uit de geconfigureerde blobcontainer.

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

Parameters

keys
String[]

Een matrix met entiteitssleutels.

cancellationToken
CancellationToken

Een annuleringstoken dat kan worden gebruikt door andere objecten of threads om een kennisgeving van annulering te ontvangen.

Retouren

Een taak die het werk vertegenwoordigt dat in de wachtrij staat om uit te voeren.

Implementeringen

Van toepassing op