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

FlushAsync() public method

public FlushAsync ( ) : IAsyncOperation
return IAsyncOperation
        public IAsyncOperation<bool> FlushAsync()
        {
            return _randomAccessStream.FlushAsync();
        }