コード例 #1
0
                protected override async Task <int> OnExecuteTorrentSpecificAsync(QBittorrentClient client, CommandLineApplication app, IConsole console)
                {
                    await client.ChangeTorrentPriorityAsync(Hash, TorrentPriorityChange.Decrease);

                    return(ExitCodes.Success);
                }