Example #1
0
 /// <summary>
 /// Called when the application first starts
 /// </summary>
 /// <returns>A Task that completes when the application is successfully started</returns>
 public async Task StartAsync()
 {
     _logger.Information($"Starting {nameof(AppService)}");
     await _consumerManager.StartAsync();
 }