///<summary>This is passed to the underlying EdgeListener. By default we do ///nothing to this.</summary> public override void Start() { _el.Start(); }
/** Start the underlying EdgeListener and start processing edges */ public void Start() { _el.Start(); }