Exemple #1
0
 public Worker(ProgramArguments args, IHostApplicationLifetime lifetime)
 {
     Args        = args;
     AppLifetime = lifetime;
 }