Start() public abstract method

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