Пример #1
0
 /// <summary>
 /// This method will directly inject measurements into the routing table and use a shared local input adapter. For
 /// contention reasons, it is not recommended this be its default use case, but it is necessary at times.
 /// </summary>
 /// <param name="sender">the sender object</param>
 /// <param name="measurements">the event arguments</param>
 public void InjectMeasurements(object sender, EventArgs <ICollection <IMeasurement> > measurements)
 {
     m_routeMappingTables.InjectMeasurements(sender, measurements);
 }