Exemple #1
0
 /// <summary>
 /// Default construct
 /// </summary>
 public WorkContextBuilder()
 {
     Cv         = new CorrelationVector();
     Tag        = StringVector.Empty;
     EventLog   = new TelemetryLogNull();
     Dimensions = new EventDimensions();
 }
 /// <summary>
 /// Default constructor for Empty
 /// </summary>
 public WorkContext()
 {
     Cv         = new CorrelationVector();
     Tag        = StringVector.Empty;
     Telemetry  = new TelemetryLogNull();
     Dimensions = EventDimensions.Empty;
 }