Esempio n. 1
0
        private static async Task <object> GetIsAliveAsync(ITransactionsExecutorApi client)
        {
            Console.WriteLine("Getting isalive of the transactions executor...");

            return(await client.GetIsAliveAsync());
        }