コード例 #1
0
        public override async Task <object> ExecuteAsync(IClient client)
        {
            var debugBlockProfile = new DebugBlockProfile(client);

            return(await debugBlockProfile.SendRequestAsync(Settings.GetDefaultLogLocation(), 30));
        }
コード例 #2
0
        public override async Task <object> ExecuteAsync(IClient client)
        {
            var debugBlockProfile = new DebugBlockProfile(client);

            return(await debugBlockProfile.SendRequestAsync(@"C:\ProgramData\chocolatey\lib\geth-stable\tools\log.txt", 30));
        }