コード例 #1
0
                protected override async Task <int> OnExecuteAuthenticatedAsync(QBittorrentClient client, CommandLineApplication app, IConsole console)
                {
                    await client.DeleteRssAutoDownloadingRuleAsync(Name);

                    return(ExitCodes.Success);
                }