Share via


ICloudBlob.DownloadToStreamAsync Método

Definición

Sobrecargas

DownloadToStreamAsync(Stream)
DownloadToStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext)

DownloadToStreamAsync(Stream)

public System.Threading.Tasks.Task DownloadToStreamAsync (System.IO.Stream target);
abstract member DownloadToStreamAsync : System.IO.Stream -> System.Threading.Tasks.Task
Public Function DownloadToStreamAsync (target As Stream) As Task

Parámetros

target
Stream

Devoluciones

Se aplica a

DownloadToStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext)

public System.Threading.Tasks.Task DownloadToStreamAsync (System.IO.Stream target, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
abstract member DownloadToStreamAsync : System.IO.Stream * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Function DownloadToStreamAsync (target As Stream, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext) As Task

Parámetros

target
Stream
accessCondition
AccessCondition
operationContext
OperationContext

Devoluciones

Se aplica a