Partilhar via


FileHttpResponseParsers.ReadServicePropertiesAsync Método

Definição

Lê as propriedades do serviço de um fluxo.

public static System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.FileServiceProperties> ReadServicePropertiesAsync (System.IO.Stream inputStream, System.Threading.CancellationToken token);
static member ReadServicePropertiesAsync : System.IO.Stream * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.FileServiceProperties>
Public Shared Function ReadServicePropertiesAsync (inputStream As Stream, token As CancellationToken) As Task(Of FileServiceProperties)

Parâmetros

inputStream
Stream

O fluxo do qual ler as propriedades do serviço.

Retornos

As propriedades de serviço armazenadas no fluxo.

Aplica-se a