Universal.Torrent.Client.TorrentFileStream.WriteAsync C# (CSharp) Method

WriteAsync() public method

public WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.IAsyncOperationWithProgress
buffer Windows.Storage.Streams.IBuffer
return uint>.IAsyncOperationWithProgress
        public IAsyncOperationWithProgress<uint, uint> WriteAsync(IBuffer buffer)
        {
            return _randomAccessStream.WriteAsync(buffer);
        }