Start() public abstract method

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