Exemplo n.º 1
0
 public XEventDataReader(
     string connectionString,
     string sessionName,
     IEventQueue events,
     ExtendedEventsWorkloadListener.ServerType serverType
     )
 {
     ConnectionString = connectionString;
     SessionName      = sessionName;
     Events           = events;
     ServerType       = serverType;
 }
Exemplo n.º 2
0
 public FileTargetXEventDataReader(string connectionString, string sessionName, IEventQueue events, ExtendedEventsWorkloadListener.ServerType serverType) : base(connectionString, sessionName, events, serverType)
 {
 }