Start() public abstract method

public abstract Start ( ) : void
return void
Exemplo 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();
 }
Exemplo n.º 2
0
 /** Start the underlying EdgeListener and start processing edges
  */
 public void Start()
 {
     _el.Start();
 }