Start() 공개 추상적인 메소드

public abstract Start ( ) : void
리턴 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();
 }