CloudTask.CopyNodeFileContentToStreamAsync Método

Definição

Copia o conteúdo de um arquivo no diretório da tarefa do nó para o determinado Stream.

public System.Threading.Tasks.Task CopyNodeFileContentToStreamAsync (string filePath, System.IO.Stream stream, Microsoft.Azure.Batch.GetFileRequestByteRange byteRange = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default, System.Threading.CancellationToken cancellationToken = default);
member this.CopyNodeFileContentToStreamAsync : string * System.IO.Stream * Microsoft.Azure.Batch.GetFileRequestByteRange * seq<Microsoft.Azure.Batch.BatchClientBehavior> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CopyNodeFileContentToStreamAsync (filePath As String, stream As Stream, Optional byteRange As GetFileRequestByteRange = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task

Parâmetros

filePath
String

O caminho do arquivo a ser recuperado.

stream
Stream

O fluxo para o qual copiar o conteúdo do arquivo.

byteRange
GetFileRequestByteRange

Um intervalo de bytes que define qual seção do arquivo copiar. Se omitido, todo o arquivo será baixado.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Uma coleção de instâncias BatchClientBehavior que são aplicadas após o CustomBehaviors no objeto atual.

cancellationToken
CancellationToken

Um CancellationToken para controlar o tempo de vida da operação assíncrona.

Retornos

Um objeto Task que representa a operação assíncrona.

Aplica-se a