public void RecordCustomEvent(EventProcessorTypes.CustomEvent e) =>
 _impl.RecordCustomEvent(new InternalEventTypes.CustomEvent
 {
     Timestamp   = e.Timestamp,
     User        = e.User,
     EventKey    = e.EventKey,
     Data        = e.Data,
     MetricValue = e.MetricValue
 });
 public void RecordCustomEvent(EventProcessorTypes.CustomEvent e)
 {
 }
示例#3
0
 public void RecordCustomEvent(EventProcessorTypes.CustomEvent e) =>
 Events.Add(e);