ALFA.Shared.AzureFileStoreFile.Read C# (CSharp) Метод

Read() публичный Метод

Read the entire contents of the file into the given Stream.
public Read ( Stream Stream ) : void
Stream Stream Supplies the Stream to read the entire /// contents of the file into.
Результат void
        public void Read(Stream Stream)
        {
            Blob.DownloadToStream(Stream);
        }