Brunet.PathEdgeListener.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    public override void Start() {
      if( 0 == Interlocked.Exchange(ref _is_started, 1) ) {
      
      }
      else {
        throw new Exception("Can only call PathEdgeListener.Start() once!");
      }
    }