Exemple #1
0
 public KustoConnection(Instance instance)
 {
     _instance   = instance ?? throw new ArgumentNullException(nameof(instance));
     _config     = _instance.Config;
     _kustoTasks = new CustomTaskManager();
 }