Exemplo n.º 1
0
 public void SetLogInformation(ExtendedEventsLogBase xEventsLog)
 {
     _xEventsLog = xEventsLog;
 }
 public IDictionary<string, ExtendedEventsPosition> GetCurrentLogPositions(XEventsExportSettings settings, ExtendedEventsLogBase xEventsLog)
 {
     using (ClickHouseContext context = new ClickHouseContext(settings.ConnectionString))
     {
         return context.GetCurrentLogPositions(xEventsLog);
     }
 }